X-Git-Url: https://gerrit.mcp.mirantis.com/gitweb?p=salt-formulas%2Felasticsearch.git;a=blobdiff_plain;f=README.rst;h=a117a0b6bae155a221f075aa3f7a6d37f2a151a5;hp=eb8a67bc1bb0e82f06afb59e4f6d7c532a0a23c2;hb=4422a30bd640aa826e7f0be9ffede204ce19d9ba;hpb=ce2d5ca18efeb556ee038997f5728e0828751473 diff --git a/README.rst b/README.rst index eb8a67b..a117a0b 100644 --- a/README.rst +++ b/README.rst @@ -192,6 +192,15 @@ Client where you download an index template from the metadata definition and for type: keyword ignore_above: 256 +Upgrade operations +------------------ + +Default elasticsearch client state can only create index temlates. To update exisiting ones according to pillar dedicated state should be run explicitly: + +.. code-block:: bash + + salt -C 'I@elasticsearch:client' state.sls elasticsearch.client.update_index_templates + Read more =========