Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
A list of Grok parsing rules that define how to extract fields from the source field. Each rule must contain a name and a valid Grok pattern.
The value of the source field in log events to be processed by the Grok rules.
Optional supportA list of Grok helper rules that can be referenced by the parsing rules.
Generated using TypeDoc
A Grok parsing rule used in the
parse_grokprocessor. Each rule defines how to extract structured fields from a specific log field using Grok patterns.