The GeoIP parser takes an IP address attribute and extracts if available the Continent, Country, Subdivision, and City information in the target attribute path.

Hierarchy

  • LogsGeoIPParser

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.

sources: string[]

Array of source attributes.

target: string

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

Type of GeoIP parser.

Generated using TypeDoc