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=1091d4622bc857bd8aec6148a4f90be8f5c6fdec;hpb=80579f6f80ebab5756c44097cac384f4f4465ac9 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