From d1c9268814508a317acfdf53085e1135b3b8b2db Mon Sep 17 00:00:00 2001 From: Guillaume Thouvenin Date: Fri, 21 Oct 2016 16:02:31 +0200 Subject: [PATCH 1/1] Add subscriber section --- influxdb/files/influxdb.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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]] ### -- 2.32.7