The decoder processor decodes any source attribute containing a base64/base16-encoded UTF-8/ASCII string back to its original value, storing the result in a target attribute.

Hierarchy

  • LogsDecoderProcessor

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

The encoding used to represent the binary data.

The original representation of input string.

isEnabled?: boolean

Whether the processor is enabled.

name?: string

Name of the processor.

source: string

Name of the log attribute with the encoded data.

target: string

Name of the log attribute that contains the decoded data.

Type of logs decoder processor.

Generated using TypeDoc