X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=README.rst;h=769bb2d53d9d34836d9b12dac42904569323cece;hp=2b8349d460f012bd4e8f20b0d741ead7bc9d50cd;hb=a054a52f03659cbfdd2b8cd7aa9aab6fbae6ff7f;hpb=9bdd2560a41df0d453cc924c2749d0ddc522f7a3 diff --git a/README.rst b/README.rst index 2b8349d..769bb2d 100644 --- a/README.rst +++ b/README.rst @@ -264,6 +264,34 @@ InfluxDB client for configuring databases, users and retention policies: database: mydb1 privilege: all +InfluxDB relay with HTTP outputs: + +.. code-block:: yaml + + influxdb: + relay: + enabled: true + telemetry: + enabled: true + bind: + address: 127.0.0.1 + port: 9196 + listen: + http_backend: + type: http + bind: + address: 127.0.0.1 + port: 9096 + output: + server1: + location: http://server1:8086/write + timeout: 20s + buffer_size_mb: 512 + max_batch_kb: 1024 + max_delay_interval: 30s + server2: + location: http://server2:8086/write + Read more =========