Use this processor to remove an attribute from a log during processing. The processor strips the specified attribute from the log event, which is useful when the attribute contains sensitive data or is no longer needed downstream.

Hierarchy

  • LogsExcludeAttributeProcessor

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

Name of the log attribute to remove from the log event.

isEnabled?: boolean

Whether or not the processor is enabled.

name?: string

Name of the processor.

Type of logs exclude attribute processor.

Generated using TypeDoc