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 name of the field in the log event to apply the Grok rules to.
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_grok
processor. Each rule defines how to extract structured fields from a specific log field using Grok patterns.