State module to manage Elasticsearch index templates
New in version 2015.8.0.
Deprecated since version 2017.7.0: Use elasticsearch state instead
salt.states.elasticsearch_index_template.absent(name)¶Ensure that the named index template is absent.
salt.states.elasticsearch_index_template.present(name, definition)¶New in version 2015.8.0.
Changed in version 2017.3.0: Marked definition as required.
Ensure that the named index templat eis present.
Example:
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2017.7.2
salt.states.elasticsearch_index