From: Guillaume Thouvenin Date: Fri, 21 Oct 2016 14:02:31 +0000 (+0200) Subject: Add subscriber section X-Git-Tag: 2016.12~1^2~11^2~1 X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=commitdiff_plain;h=d1c9268814508a317acfdf53085e1135b3b8b2db;hp=54104a07e8cd5d41cc3cf802f647ba79d29f62c7 Add subscriber section --- diff --git a/influxdb/files/influxdb.conf b/influxdb/files/influxdb.conf index 259a71a..9cd9437 100644 --- a/influxdb/files/influxdb.conf +++ b/influxdb/files/influxdb.conf @@ -211,6 +211,19 @@ reporting-disabled = false enabled = false {%- endif %} +### +### [subscriber] +### +### Controls the subscriptions, which can be used to fork a copy of all data +### received by the InfluxDB host. +### + +[subscriber] + enabled = false + # http-timeout = "30s" + # write-concurrency = 40 + # write-buffer-size = 1000 + ### ### [[graphite]] ###