Class ObservabilityPipelineRemoveFieldsProcessor

The remove_fields processor deletes specified fields from logs.

Hierarchy

  • ObservabilityPipelineRemoveFieldsProcessor

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 field names to be removed from each log event.

id: string

The 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[]

The PipelineRemoveFieldsProcessor inputs.

The processor type. The value should always be remove_fields.

Generated using TypeDoc