Added SASL options for ouput kafka plugin (#2721)

This commit is contained in:
Seuf
2017-04-27 20:50:25 +02:00
committed by Daniel Nelson
parent c9921f5cf3
commit b23596c232
3 changed files with 20 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ This plugin writes to a [Kafka Broker](http://kafka.apache.org/07/quickstart.htm
## Use SSL but skip chain & host verification
# insecure_skip_verify = false
## Optional SASL Config
# sasl_username = "kafka"
# sasl_password = "secret"
data_format = "influx"
```