Skip to content

Commit

Permalink
it's -> its (influxdata#2729)
Browse files Browse the repository at this point in the history
  • Loading branch information
dams authored and jeichorn committed Jul 24, 2017
1 parent 2faeef9 commit 2b8f27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/outputs/kafka/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 2b8f27b

Please sign in to comment.