diff --git a/plugins/inputs/kafka_consumer/README.md b/plugins/inputs/kafka_consumer/README.md index ae04c95159ace4492357e009d1689b23efcb1db3..04c168bc7ee0e94baec1023237ce541837cfc248 100644 --- a/plugins/inputs/kafka_consumer/README.md +++ b/plugins/inputs/kafka_consumer/README.md @@ -15,6 +15,8 @@ from the same topic in parallel. topics = ["telegraf"] ## an array of Zookeeper connection strings zookeeper_peers = ["localhost:2181"] + ## Zookeeper Chroot + zookeeper_chroot = "" ## the name of the consumer group consumer_group = "telegraf_metrics_consumers" ## Maximum number of metrics to buffer between collection intervals