X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=README.rst;h=cc8cfdb7a39ff567b57c9f4fbdd225909bf4a69d;hp=1d85c546dd457be283f271f0681801f8524ca431;hb=74aa2d886e63e2ebd097bf183d20fe3aa4918dc2;hpb=0957e1ebe18b31e03e9a8f43999196e3a75201a4 diff --git a/README.rst b/README.rst index 1d85c54..cc8cfdb 100644 --- a/README.rst +++ b/README.rst @@ -122,7 +122,7 @@ Common definition for curator: Client setup ------------ -Client with host and port +Client with host and port: .. code-block:: yaml @@ -133,6 +133,22 @@ Client with host and port host: elasticsearch.host port: 9200 +Client where you download an index template that is stored in the direcotry +*files/*: + +.. code-block:: yaml + + elasticsearch: + client: + enabled: true + server: + host: elasticsearch.host + port: 9200 + index: + my_index: + enabled: true + template: elasticsearch/files/my_index_template.json + Read more =========