This processor extracts query parameters and other important parameters from a URL.

Hierarchy

  • LogsURLParser

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.

normalizeEndingSlashes?: boolean

Normalize the ending slashes or not.

sources: string[]

Array of source attributes.

target: string

Name of the parent attribute that contains all the extracted details from the sources.

Type of logs URL parser.

Generated using TypeDoc