Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Description

The Parse Sequentially Processor enables you to set up multiple parsers for a single node. The Processor will attempt to parse the data starting with the first parser in the list. If there is a match, the remaining parsers will not be evaluated, and the line will be parsed with the matched parser.

Configuration

OptionDescription
FieldThe field to parse
Target FieldThe field into which the parsed value should be inserted. Leave blank to insert the parsed data into the original field.
List of ParsersThe parsers to use for the defined field. The Processor will attempt to match the parsers to the defined field, and the first parser that matches will be used. See the Parse Processor for the list of Parsers you can use and their details.
This screenshot shows the configuration of the Parse Sequentially Processor with an Unmatched and Apache Log Parser options.