Use explicit schemas in mqtt_consumer input (#3401)

This commit is contained in:
Daniel Nelson
2017-10-30 15:33:20 -07:00
committed by GitHub
parent ed52baf5dd
commit 97a1e4e706
2 changed files with 18 additions and 6 deletions

View File

@@ -10,7 +10,9 @@ The plugin expects messages in the
```toml
# Read metrics from MQTT topic(s)
[[inputs.mqtt_consumer]]
servers = ["localhost:1883"]
## MQTT broker URLs to be used. The format should be scheme://host:port,
## schema can be tcp, ssl, or ws.
servers = ["tcp://localhost:1883"]
## MQTT QoS, must be 0, 1, or 2
qos = 0
## Connection timeout for initial connection in seconds