Class ObservabilityPipelineEnrichmentTableGeoIp

Uses a GeoIP database to enrich logs based on an IP field.

Hierarchy

  • ObservabilityPipelineEnrichmentTableGeoIp

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
keyField: string

Path to the IP field in the log.

locale: string

Locale used to resolve geographical names.

path: string

Path to the GeoIP database file.

Generated using TypeDoc