elasticsearch/libs/logstash-bridge/README.md
Ry Biesemeyer ea4ad5e7de
[logstash bridge]: stableapi bootstrap (#108171)
* [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
2024-06-13 10:32:46 -07:00

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.