Class ObservabilityPipelineRenameFieldsProcessor

The rename_fields processor changes field names.

Hierarchy

  • ObservabilityPipelineRenameFieldsProcessor

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 rename rules specifying which fields to rename in the event, what to rename them to, and whether to preserve the original fields.

id: string

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

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

The processor type. The value should always be rename_fields.

Generated using TypeDoc