X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=README.rst;h=966b6b7174bf7ca866bde5fd2eac4acd6c2a2cdc;hp=cc8cfdb7a39ff567b57c9f4fbdd225909bf4a69d;hb=4025f023ec0c9117028825ba639be78bda8961b2;hpb=126eef870ff8c3ba5eb3bbd391002c1cf8fb64a0 diff --git a/README.rst b/README.rst index cc8cfdb..966b6b7 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 @@ -57,6 +68,7 @@ Common definition for curator: timeout: 900 logfile: /var/log/elasticsearch/curator.log logformat: json + master_only: true actions: - action: delete_indices description: >-