diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f0a8e2..4fa9b44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 11.4.1 + - [DOC] Match anchor ID and references for `message_headers` [#164](https://github.com/logstash-plugins/logstash-integration-kafka/pull/164) + ## 11.4.0 - Add support for setting Kafka message headers in output plugin [#162](https://github.com/logstash-plugins/logstash-integration-kafka/pull/162) diff --git a/docs/output-kafka.asciidoc b/docs/output-kafka.asciidoc index c6779b5..b3b06ac 100644 --- a/docs/output-kafka.asciidoc +++ b/docs/output-kafka.asciidoc @@ -91,7 +91,7 @@ See the https://kafka.apache.org/{kafka_client_doc}/documentation for more detai | <> |<>|No | <> |<>|No | <> |<>|No -| <> |<>|No +| <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No @@ -289,7 +289,7 @@ A map of key value pairs, each corresponding to a header name and its value resp Example: [source,ruby] ---------------------------------- - message_header => { "event_timestamp" => "%{@timestamp}" } + message_headers => { "event_timestamp" => "%{@timestamp}" } ---------------------------------- [id="plugins-{type}s-{plugin}-message_key"] diff --git a/logstash-integration-kafka.gemspec b/logstash-integration-kafka.gemspec index c88f613..e3a6973 100644 --- a/logstash-integration-kafka.gemspec +++ b/logstash-integration-kafka.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'logstash-integration-kafka' - s.version = '11.4.0' + s.version = '11.4.1' s.licenses = ['Apache-2.0'] s.summary = "Integration with Kafka - input and output plugins" s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+