Class ObservabilityPipelineSplitArrayProcessor

The split_array processor splits array fields into separate events based on configured rules.

Supported pipeline types: logs

Hierarchy

  • ObservabilityPipelineSplitArrayProcessor

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

A list of array split configurations.

displayName?: string

The display name for a component.

enabled: boolean

Indicates whether the processor is enabled.

id: string

The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the input to downstream components).

include: string

A Datadog search query used to determine which logs this processor targets. For split_array, this should typically be *.

The processor type. The value should always be split_array.

Generated using TypeDoc