elastic / logstash-filter-elastic_integration

The Elastic Integrations filter for Logstash, which enables running Elastic Integrations inside of Logstash pipelines
Other
2 stars 9 forks source link

geoip: implement `GeoIpDatabase` methods added in ES 8.14 #139

Closed yaauie closed 6 months ago

yaauie commented 6 months ago

Catches up with Elasticsearch 8.14+ support for user-provided databases:

When compiled against Elasticsearch < 8.14, these methods neither exist in the interface nor are reachable by the GeoIP processor.

Resolves #138

elasticmachine commented 6 months ago

:green_heart: Build Succeeded