elasticsearch/libs/logstash-bridge
Armin Braun e94f145350
Fix a bunch of non-final static fields (#119185)
Fixing almost all missing `final` spots, who knows maybe we get a small speedup from
some constant folding here and there.
2024-12-26 19:14:36 +01:00
..
src/main/java Fix a bunch of non-final static fields (#119185) 2024-12-26 19:14:36 +01:00
build.gradle Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
README.md [logstash bridge]: stableapi bootstrap (#108171) 2024-06-13 10:32:46 -07:00

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.