X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=influxdb%2Ffiles%2Finfluxdb.conf;h=cdd3bd90a98c58fc0ee44195279ee720db85ac94;hp=259a71a6091050513872724f9e25e9f7b1573ce5;hb=ae3147fa6379b38fa507234cfd4e7152c51d376a;hpb=54104a07e8cd5d41cc3cf802f647ba79d29f62c7;ds=sidebyside diff --git a/influxdb/files/influxdb.conf b/influxdb/files/influxdb.conf index 259a71a..cdd3bd9 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]] ### @@ -302,7 +315,7 @@ reporting-disabled = false ### {%- if server.udp.enabled %} -[udp] +[[udp]] enabled = true bind-address = "{{ server.udp.bind.address }}:{{ server.udp.bind.port }}" # database = "udp" @@ -327,7 +340,7 @@ reporting-disabled = false ] {%- endif %} {%- else %} -[udp] +[[udp]] enabled = false {%- endif %}