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

task: migrate to elasticsearch StableAPI #158

Open yaauie opened 1 month ago

yaauie commented 1 month ago

In Elasticsearch core we introduced StableAPIBridge so that Logstash can rely on unchanging code (https://github.com/elastic/elasticsearch/pull/108171), but we need to migrate to the stable wrappers to gain the benefit and stabilize our reliance on Elasticsearch internals.