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=21c1f465784d4c0ad7e544e8a93bb52bcc6b6298;hpb=d39b35210140948c5f1f5bfa40d8971f21f2124e 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 =========