A processor for extracting, aggregating, or transforming values from JSON arrays within your logs. Supported operations are:

  • Select value from matching element
  • Compute array length
  • Append a value to an array

Hierarchy

  • LogsArrayProcessor

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

Whether or not the processor is enabled.

name?: string

Name of the processor.

Configuration of the array processor operation to perform.

Type of logs array processor.

Generated using TypeDoc