Skip to content

Commit

Permalink
Add 'batch' to mqtt output optional parameters (influxdata#7690)
Browse files Browse the repository at this point in the history
  • Loading branch information
weedees authored and idohalevi committed Sep 23, 2020
1 parent 6e260a2 commit 9152a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/outputs/mqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ This plugin writes to a [MQTT Broker](http://http://mqtt.org/) acting as a mqtt
* `tls_cert`: TLS CERT
* `tls_key`: TLS key
* `insecure_skip_verify`: Use TLS but skip chain & host verification (default: false)
* `batch`: When true, metrics will be sent in one MQTT message per flush. Otherwise, metrics are written one metric per MQTT message.
* `retain`: Set `retain` flag when publishing
* `data_format`: [About Telegraf data formats](https://github.com/influxdata/telegraf/blob/master/docs/DATA_FORMATS_OUTPUT.md)

0 comments on commit 9152a9d

Please sign in to comment.