Class ObservabilityPipelineParseGrokProcessorRule

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.

Hierarchy

  • ObservabilityPipelineParseGrokProcessorRule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

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.

source: string

The name of the field in the log event to apply the Grok rules to.

A list of Grok helper rules that can be referenced by the parsing rules.

Generated using TypeDoc