Update client_id in kafka input and output readme
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -60,7 +60,7 @@ var sampleConfig = `
|
||||
brokers = ["localhost:9092"]
|
||||
## topic(s) to consume
|
||||
topics = ["telegraf"]
|
||||
|
||||
|
||||
## Optional Client id
|
||||
# client_id = "Telegraf"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user