Class LogsArrayMapCategorySubProcessor

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

Hierarchy

  • LogsArrayMapCategorySubProcessor

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

Array of filters to match against a log and the corresponding value to assign.

name?: string

Name of the sub-processor.

target: string

Target attribute path for the category value.

Type of logs category processor.

Generated using TypeDoc