Skip to content

Commit fbd6e20

Browse files
authored
Doc: Match anchor ID and references in docs (#164)
Bump to v11.4.1
1 parent e521d0c commit fbd6e20

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.4.1
2+
- [DOC] Match anchor ID and references for `message_headers` [#164](https://github.com/logstash-plugins/logstash-integration-kafka/pull/164)
3+
14
## 11.4.0
25
- Add support for setting Kafka message headers in output plugin [#162](https://github.com/logstash-plugins/logstash-integration-kafka/pull/162)
36

docs/output-kafka.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ See the https://kafka.apache.org/{kafka_client_doc}/documentation for more detai
9191
| <<plugins-{type}s-{plugin}-key_serializer>> |<<string,string>>|No
9292
| <<plugins-{type}s-{plugin}-linger_ms>> |<<number,number>>|No
9393
| <<plugins-{type}s-{plugin}-max_request_size>> |<<number,number>>|No
94-
| <<plugins-{type}s-{plugin}-message_header>> |<<hash,hash>>|No
94+
| <<plugins-{type}s-{plugin}-message_headers>> |<<hash,hash>>|No
9595
| <<plugins-{type}s-{plugin}-message_key>> |<<string,string>>|No
9696
| <<plugins-{type}s-{plugin}-metadata_fetch_timeout_ms>> |<<number,number>>|No
9797
| <<plugins-{type}s-{plugin}-metadata_max_age_ms>> |<<number,number>>|No
@@ -289,7 +289,7 @@ A map of key value pairs, each corresponding to a header name and its value resp
289289
Example:
290290
[source,ruby]
291291
----------------------------------
292-
message_header => { "event_timestamp" => "%{@timestamp}" }
292+
message_headers => { "event_timestamp" => "%{@timestamp}" }
293293
----------------------------------
294294

295295
[id="plugins-{type}s-{plugin}-message_key"]

logstash-integration-kafka.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-integration-kafka'
3-
s.version = '11.4.0'
3+
s.version = '11.4.1'
44
s.licenses = ['Apache-2.0']
55
s.summary = "Integration with Kafka - input and output plugins"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline "+

0 commit comments

Comments
 (0)