Es_bulk codec plugin

  • Plugin version: v3.0.7
  • Released on: 2019-02-04
  • Changelog

For other versions, see theVersioned plugin docs.

Getting Help

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.

Description

This codec will decode the Elasticsearch bulk formatinto individual events, plus metadata into the @metadata field.

Encoding is not supported at this time as the Elasticsearchoutput submits Logstash events in bulk format.

Codec settings in the logstash-input-http plugin

The input-http plugin has twoconfiguration options for codecs: codec and additional_codecs.

Values in additional_codecs are prioritized over those specified in thecodec option. That is, the default codec is applied only if no codecfor the request’s content-type is found in the additional_codecs setting.