Class ObservabilityPipelineCustomProcessorRemap

Defines a single VRL remap rule with its own filtering and transformation logic.

Hierarchy

  • ObservabilityPipelineCustomProcessorRemap

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
dropOnError: boolean

Whether to drop events that caused errors during processing.

enabled: boolean

Whether this remap rule is enabled.

include: string

A Datadog search query used to filter events for this specific remap rule.

name: string

A descriptive name for this remap rule.

source: string

The VRL script source code that defines the processing logic.

Generated using TypeDoc