Module vector::enrichment_tables
source · Expand description
Functionality to handle enrichment tables.
Modules§
- Handles enrichment tables for
type = file
. - Handles enrichment tables for
type = geoip
. Enrichment data is loaded from one of the MaxMind GeoIP databases, MaxMind GeoIP2 or GeoLite2 binary city database. - Handles enrichment tables for
type = mmdb
. Enrichment data is loaded from any database in MaxMind format.
Structs§
Enums§
- Configurable enrichment tables.
Traits§
- Enrichment tables represent additional data sources that can be used to enrich the event data passing through Vector.