Update client_id in kafka input and output readme
This commit is contained in:
parent
257e715b42
commit
49a5dea536
|
@ -23,7 +23,7 @@ and use the old zookeeper connection method.
|
||||||
offset = "oldest"
|
offset = "oldest"
|
||||||
|
|
||||||
## Optional client id
|
## Optional client id
|
||||||
# client_id = "my_client"
|
# client_id = "Telegraf"
|
||||||
|
|
||||||
## Optional TLS Config
|
## Optional TLS Config
|
||||||
# tls_ca = "/etc/telegraf/ca.pem"
|
# tls_ca = "/etc/telegraf/ca.pem"
|
||||||
|
|
|
@ -11,7 +11,7 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
|
||||||
topic = "telegraf"
|
topic = "telegraf"
|
||||||
|
|
||||||
## Optional client id
|
## Optional client id
|
||||||
# client_id = "my_client"
|
# client_id = "Telegraf"
|
||||||
|
|
||||||
## Optional topic suffix configuration.
|
## Optional topic suffix configuration.
|
||||||
## If the section is omitted, no suffix is used.
|
## If the section is omitted, no suffix is used.
|
||||||
|
|
Loading…
Reference in New Issue