Skip to content

Commit

Permalink
[libbeat] Kafka output documentation fix (elastic#14333)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored and dedemorton committed Feb 21, 2020
1 parent 2d80547 commit b9dd299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libbeat/outputs/kafka/docs/kafka.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,11 @@ This configuration results in topics named +critical-{version}+,

===== `key`

Optional Kafka event key. If configured, the event key must be unique and can be extracted from the event using a format string.
Optional formatted string specifying the Kafka event key. If configured, the
event key can be extracted from the event using a format string.

See the Kafka documentation for the implications of a particular choice of key;
by default, the key is chosen by the Kafka cluster.

===== `partition`

Expand Down

0 comments on commit b9dd299

Please sign in to comment.