Module vector::enrichment_tables::geoip
source · Expand description
Handles enrichment tables for type = geoip
.
Enrichment data is loaded from one of the MaxMind GeoIP databases,
MaxMind GeoIP2 or GeoLite2 binary city database.
Structs§
- A struct that implements vector_lib::enrichment::Table to handle loading enrichment data from a GeoIP database.
- Configuration for the
geoip
enrichment table.