X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=README.rst;h=08bd72a64b5c9f051fd8db17515ba8d43ab40a7f;hp=cc8cfdb7a39ff567b57c9f4fbdd225909bf4a69d;hb=c69012544408e0e43c1e26db22bcc5cfe168d5a1;hpb=21c1f465784d4c0ad7e544e8a93bb52bcc6b6298 diff --git a/README.rst b/README.rst index cc8cfdb..08bd72a 100644 --- a/README.rst +++ b/README.rst @@ -24,6 +24,17 @@ Single-node elasticsearch with clustering disabled: shards: 1 replicas: 0 +Setup shared repository for snapshots: + +.. code-block:: bash + + elasticsearch: + server: + snapshot: + reponame: + path: /var/lib/glusterfs/repo + compress: true + Cluster with manually defined members: .. code-block:: yaml