Parse Sequentially Processor
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
Option | Description |
---|---|
Field | The field to parse |
Target Field | The field into which the parsed value should be inserted. Leave blank to insert the parsed data into the original field. |
List of Parsers | The 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.
Was this page helpful?