X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=influxdb%2Ffiles%2Finfluxdb.conf;h=9cd94375f093ce5b896ba895ef19ebb5a459e7b0;hp=259a71a6091050513872724f9e25e9f7b1573ce5;hb=d1c9268814508a317acfdf53085e1135b3b8b2db;hpb=54104a07e8cd5d41cc3cf802f647ba79d29f62c7 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]] ###