X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Finfluxdb.git;a=blobdiff_plain;f=README.rst;h=23b12f0004268a81814f44f55af05992278f6732;hp=48a494f257be783b6525c03abe358214075c9354;hb=61fed63a912ae254214e456f6bb2fe118d5f5b27;hpb=071a93efbd6bf5377719ab70f39b54b64b49ec95 diff --git a/README.rst b/README.rst index 48a494f..23b12f0 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,20 @@ Single-node influxdb, SSL for http frontend: key_file: /etc/influxdb/ssl/key.pem cert_file: /etc/influxdb/ssl/cert.pem +Single-node influxdb where you specify paths for data and metastore directories. You +need to ensure that directories exist: + +.. code-block:: yaml + + influxdb: + server: + enabled: true + data: + dir: '/opt/influxdb/data' + wal_dir: '/opt/influxdb/wal' + meta: + dir: '/opt/influxdb/meta' + Single-node influxdb with an admin user: .. code-block:: yaml