Class ObservabilityPipelineParseGrokProcessorRuleMatchRule

Defines a Grok parsing rule, which extracts structured fields from log content using named Grok patterns. Each rule must have a unique name and a valid Datadog Grok pattern that will be applied to the source field.

Hierarchy

  • ObservabilityPipelineParseGrokProcessorRuleMatchRule

Constructors

Properties

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
name: string

The name of the rule.

rule: string

The definition of the Grok rule.

Generated using TypeDoc