Class ObservabilityPipelineRenameFieldsProcessorField

Defines how to rename a field in log events.

Hierarchy

  • ObservabilityPipelineRenameFieldsProcessorField

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

The field name to assign the renamed value to.

preserveSource: boolean

Indicates whether the original field, that is received from the source, should be kept (true) or removed (false) after renaming.

source: string

The original field name in the log event that should be renamed.

Generated using TypeDoc