Class ObservabilityPipelineCustomProcessor

The custom_processor processor transforms events using Vector Remap Language (VRL) scripts with advanced filtering capabilities.

Hierarchy

  • ObservabilityPipelineCustomProcessor

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

The unique identifier for this processor.

include: string

A Datadog search query used to determine which logs this processor targets. This field should always be set to * for the custom_processor processor.

inputs: string[]

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

Array of VRL remap rules.

The processor type. The value should always be custom_processor.

Generated using TypeDoc