Class ObservabilityPipelineDedupeProcessor

The dedupe processor removes duplicate fields in log events.

Hierarchy

  • ObservabilityPipelineDedupeProcessor

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
fields: string[]

A list of log field paths to check for duplicates.

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.

The deduplication mode to apply to the fields.

The processor type. The value should always be dedupe.

Generated using TypeDoc