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

boundary: use ES API-stable LSIB#createThreadPool #129

Closed yaauie closed 9 months ago

yaauie commented 9 months ago

Introduced on Elasticsearch main in elastic/elasticsearch#105163 and backported to 8.12 in elastic/elasticsearch#105163. Migrating to this stable API allows our build to work across the 8.12->8.13 boundary in which we observed a change to the ThreadPool's constructor.

Resolves: elastic/logstash-filter-elastic_integration#120

Closes: #121

elasticmachine commented 9 months ago

:yellow_heart: Build succeeded, but was flaky

Failed CI Steps

History

mashhurs commented 9 months ago

Can we version bump and release new version?

yaauie commented 9 months ago

Can we version bump and release new version?

This is so far an internal-only change so I see no reason to release a new version until we have something that is user-facing.