Class LogsArrayMapStringBuilderSubProcessor

A string builder sub-processor for use inside an array-map processor. Unlike the top-level string builder processor, is_enabled is not supported.

Hierarchy

  • LogsArrayMapStringBuilderSubProcessor

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
isReplaceMissing?: boolean

Replace missing attribute values with an empty string.

name?: string

Name of the sub-processor.

target: string

Target attribute path for the result.

template: string

Formula with one or more attributes and raw text.

Type of logs string builder processor.

Generated using TypeDoc