Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/input-kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ This will add a field named `kafka` to the logstash event containing the followi
* `offset`: The offset from the partition this message is associated with
* `key`: A ByteBuffer containing the message key

NOTE: When adding headers, only headers whose values are valid UTF-8 byte sequences are included.
If an event has multiple headers with the same key, at most one will be included.

[id="plugins-{type}s-{plugin}-auto_create_topics"]
===== `auto_create_topics` 
Expand Down