The Log Parser processor parses log data in a field based on the specified log format. Use the Log Parser to process log data within the pipeline. To read log data directly from an origin system, you can use an origin that processes the log data format, such as File Tail or Kafka Consumer.
When you configure Log Parser, you define the field that contains the log line and the field to contain the parsed fields.
If the record contains fields in addition to the field to be parsed, those fields are passed through by default. Parsed fields are written to the specified location, overwriting any existing data.
When you use Log Parser to parse log data, you define the format of the log files to be read.
You can use the following log formats:
Configure a Log Parser to parse log data in a field.