diff --git a/plugins/outputs/influxdb/README.md b/plugins/outputs/influxdb/README.md
index cfa960b37dec52ee6dbbe51100e2c9bdcf6ba171..b55a2c4c91b8eb0f03e35b130e7f4257925cba6d 100644
--- a/plugins/outputs/influxdb/README.md
+++ b/plugins/outputs/influxdb/README.md
@@ -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"