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
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.

inputs: string[]

A list of component IDs whose output is used as the input for this processor.

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