> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mezmo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Parse Logs with Custom Templates

> Create custom parsing rules and templates to parse log formats Mezmo doesn't auto-parse, and manage template order and status.

<Note>
  You must be an [admin or owner](/docs/feature-access-matrix) to use this feature.
</Note>

Mezmo supports [common log types](/docs/ingestion#supported-types) and parses the lines automatically for you. However, if you have a log format that does not fit one of the supported log types, you can create your own parsing rules using [Create a Parsing Template](/docs/create-a-parsing-template) or do a one time log extraction using [Extract Fields](/docs/extract-fields).

## Feature Notes

### Multiple Templates

You can have multiple custom parsing templates. Custom Parsing templates are applied to your logs based on the order of active templates. For example if you have two active templates that target the same log line, then the templates are applied in the order on the Manage Parsing page.

* Template One
* Template Two

First, Template One will be applied to incoming logs, if there is a matching log line in Template Two, it will then be applied.

You can change the order of active templates by dragging them on the Manage Parsing page.

### Template Status

* **On** - Valid parsing templates that will be applied to your logs.
* **Off** - Valid parsing templates that won't be applied to your logs.
* **Draft** -  Invalid parsing templates. These are either incomplete, contains errors or have not been validated.

## Tips and Troubleshooting

For tips and troubleshooting information, check out [the Mezmo Log Analysis Support Knowledge Base](https://supportkb.mezmo.com/).

## Video Overview
