docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#12205)
This commit is contained in:
parent
0132eabcf1
commit
e2d044fb27
|
|
@ -1193,7 +1193,11 @@
|
|||
# # Configuration for the Kafka server to send metrics to
|
||||
# [[outputs.kafka]]
|
||||
# ## URLs of kafka brokers
|
||||
# ## The brokers listed here are used to connect to collect metadata about a
|
||||
# ## cluster. However, once the initial metadata collect is completed, telegraf
|
||||
# ## will communicate solely with the kafka leader and not all defined brokers.
|
||||
# brokers = ["localhost:9092"]
|
||||
#
|
||||
# ## Kafka topic for producer messages
|
||||
# topic = "telegraf"
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1193,7 +1193,11 @@
|
|||
# # Configuration for the Kafka server to send metrics to
|
||||
# [[outputs.kafka]]
|
||||
# ## URLs of kafka brokers
|
||||
# ## The brokers listed here are used to connect to collect metadata about a
|
||||
# ## cluster. However, once the initial metadata collect is completed, telegraf
|
||||
# ## will communicate solely with the kafka leader and not all defined brokers.
|
||||
# brokers = ["localhost:9092"]
|
||||
#
|
||||
# ## Kafka topic for producer messages
|
||||
# topic = "telegraf"
|
||||
#
|
||||
|
|
|
|||
Loading…
Reference in New Issue