write_consistency documentation (#1282)

Added write_consistency to InfluxDB output documentation
This commit is contained in:
Kostas Botsas 2016-05-26 19:23:01 +03:00 committed by Cameron Sparr
parent 42d7fc5e16
commit 0ebf1c1ad7
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ to write to. Each URL should start with either `http://` or `udp://`
* `ssl_cert`: SSL CERT
* `ssl_key`: SSL key
* `insecure_skip_verify`: Use SSL but skip chain & host verification (default: false)
* `write_consistency`: Write consistency for clusters only, can be: "any", "one", "quorom", "all"