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

elastic_integration plugin build broken due to recent GeoIP change in ES. #138

Closed mashhurs closed 6 months ago

mashhurs commented 6 months ago

Description

elastic_integration plugin build and E2E (builds the plugin and runs E2E tests) BK pipelines (build CI failure, E2E CI failure) are failing due to recent GeoIP change in Elasticsearch.

612.3 /usr/share/plugins/plugin/src/main/java/co/elastic/logstash/filters/elasticintegration/geoip/GeoIpDatabaseAdapter.java:26: error: GeoIpDatabaseAdapter is not abstract and does not override abstract method getEnterprise(InetAddress) in GeoIpDatabase
612.3 public class GeoIpDatabaseAdapter implements GeoIpDatabase, Closeable {
612.3        ^