elastic / elasticsearch

Free and Open Source, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
884 stars 24.81k forks source link

[Discuss] Expand GeoIP ingest processor support to other GeoIP database types #101080

Open tylerperk opened 1 year ago

tylerperk commented 1 year ago

The GeoIP processor uses the GeoLite2 City, GeoLite2 Country, and GeoLite2 ASN GeoIP2 databases from MaxMind to add information about the geographical location of an IP address during ingest pipeline processing. We have received a few requests to support other GeoIP databases such as Neustar or ipinfo.io. Given this would require implementation effort to support DB files of other formats from other sources, we'd like to hear from others if you have similar needs:

elasticsearchmachine commented 1 year ago

Pinging @elastic/es-data-management (Team:Data Management)

joegallo commented 10 months ago

Adding some links to previous requests along these lines: https://github.com/elastic/elasticsearch/issues/71718 https://github.com/elastic/elasticsearch/issues/80748 https://github.com/elastic/elasticsearch/issues/88104 https://github.com/elastic/elasticsearch/issues/90789