Es_bulk codec plugin v3.0.8
- Plugin version: v3.0.8
- Released on: 2019-05-01
- Changelog
For other versions, see the overview list.
To learn more about Logstash, see the Logstash Reference.
For questions about the plugin, open a topic in the Discuss forums. For bugs or feature requests, open an issue in Github. For the list of Elastic supported plugins, please consult the Elastic Support Matrix.
This codec will decode the Elasticsearch bulk format into individual events, plus metadata into the @metadata
field.
Encoding is not supported at this time as the Elasticsearch output submits Logstash events in bulk format.
The input-http plugin has two configuration options for codecs: codec
and additional_codecs
.
Values in additional_codecs
are prioritized over those specified in the codec
option. That is, the default codec
is applied only if no codec for the request’s content-type is found in the additional_codecs
setting.