elastic / logstash-filter-elastic_integration

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

Re-sync with ES 8.12 branch. #113

Closed mashhurs closed 9 months ago

mashhurs commented 9 months ago

Description

We will have soon Stack 8.12.0 versions and the elastic_integration plugin is failing with ES 8.12 branch (planned version). My investigations show, with recent geo_shape support work in Elasticsearch, org.elasticsearch.geometry.Geometry class is utilized where its module, elasticsearch-geo is not included, so we were getting org.elasticsearch.geometry.Geometry class not found exception. With this change, we include the elasticsearch-geo module where org.elasticsearch.geometry.Geometry not found issue will be solved.

mashhurs commented 9 months ago

BK didn't trigger the unit/integration test jobs, I have manually kicked it off: https://buildkite.com/elastic/logstash-filter-elastic-integration-pull-request/builds/268 Note that, CI setup and integration tests with ES 8.x run on job is the bug and #112 should fix it.