Other Topics
Parsing Operators
Reference for the parsing operators used to extract, transform, and capture values when building custom parsing rules in Mezmo.
Parsing operators are used to extract and manipulate data.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference for the parsing operators used to extract, transform, and capture values when building custom parsing rules in Mezmo.
| Operator Fields | Description |
|---|---|
| Delimiter | The delimiter that the logline or string should be split on. |
| Preserve Delimiters Between (Start & End) | Preserve any encountered delimiters between start and end keys. |
| Operator Fields | Description |
|---|---|
| Start Key | The delimiter that the logline or string should be split on. |
| End Key | String delimiter for the end of an extraction. |
| Operator Fields | Description |
|---|---|
| Delimiter | The key to add between each token selected. |
| Operator Fields | Description |
|---|---|
| Start | Start index for partial selection. |
| End | End index for partial selection |
Was this page helpful?
