Class ObservabilityPipelineParseGrokProcessorIncludeRule

A Grok parsing rule selected using the include query. Each rule defines how to extract structured fields from logs matching a Datadog search query.

Hierarchy

  • ObservabilityPipelineParseGrokProcessorIncludeRule

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

A Datadog search query used to determine which logs this Grok rule targets.

A list of Grok parsing rules that define how to extract fields from matching logs. Each rule must contain a name and a valid Grok pattern.

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

Generated using TypeDoc