Class ObservabilityPipelineReduceProcessor

The reduce processor aggregates and merges logs based on matching keys and merge strategies.

Hierarchy

  • ObservabilityPipelineReduceProcessor

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
displayName?: string

The display name for a component.

enabled: boolean

Whether this processor is enabled.

groupBy: string[]

A list of fields used to group log events for merging.

id: string

The unique identifier for this processor.

include: string

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

List of merge strategies defining how values from grouped events should be combined.

The processor type. The value should always be reduce.

Generated using TypeDoc