Update client_id in kafka input and output readme

This commit is contained in:
Daniel Nelson 2018-07-13 13:59:45 -07:00
parent 257e715b42
commit 49a5dea536
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ and use the old zookeeper connection method.
offset = "oldest"
## Optional client id
# client_id = "my_client"
# client_id = "Telegraf"
## Optional TLS Config
# tls_ca = "/etc/telegraf/ca.pem"

View File

@ -60,7 +60,7 @@ var sampleConfig = `
brokers = ["localhost:9092"]
## topic(s) to consume
topics = ["telegraf"]
## Optional Client id
# client_id = "Telegraf"

View File

@ -11,7 +11,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
topic = "telegraf"
## Optional client id
# client_id = "my_client"
# client_id = "Telegraf"
## Optional topic suffix configuration.
## If the section is omitted, no suffix is used.

View File

@ -70,7 +70,7 @@ var sampleConfig = `
brokers = ["localhost:9092"]
## Kafka topic for producer messages
topic = "telegraf"
## Optional Client id
# client_id = "Telegraf"