mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
* [logstash bridge]: stableapi bootstrap Adds a new `logstash-bridge` project in `/libs` that exports api-stable wrappers for the elasticsearch-internal types that Logstash's Elastic Integration Filter relies on to provide ingest pipeline execution inside of Logstash. These bridge classes prevent Elasticsearch-internal refactorings from breaking the Logstash-owned project. * Update docs/changelog/108171.yaml * rename StableAPI -> StableBridgeAPI
412 B
412 B
Logstash Bridge
This package contains bridge functionality to ensure that Logstash's Elastic Integration plugin has access to the minimal subset of Elasticsearch to perform its functions without relying on other Elasticsearch internals.
If a change is introduced in a separate Elasticsearch project that causes this project to fail, please consult with members of @elastic/logstash to chart a path forward.