From cb9aecbf040f7f5f4c69ce9b90d22c590391fdbf Mon Sep 17 00:00:00 2001 From: Damien Krotkine Date: Thu, 27 Apr 2017 20:06:40 +0200 Subject: [PATCH] it's -> its (#2729) --- plugins/outputs/kafka/kafka.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/outputs/kafka/kafka.go b/plugins/outputs/kafka/kafka.go index 3815f5726..bdc93eaec 100644 --- a/plugins/outputs/kafka/kafka.go +++ b/plugins/outputs/kafka/kafka.go @@ -56,7 +56,7 @@ var sampleConfig = ` ## Kafka topic for producer messages topic = "telegraf" ## Telegraf tag to use as a routing key - ## ie, if this tag exists, it's value will be used as the routing key + ## ie, if this tag exists, its value will be used as the routing key routing_tag = "host" ## CompressionCodec represents the various compression codecs recognized by @@ -93,7 +93,7 @@ var sampleConfig = ` # insecure_skip_verify = false ## Data format to output. - ## Each data format has it's own unique set of configuration options, read + ## Each data format has its own unique set of configuration options, read ## more about them here: ## https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md data_format = "influx"