State module to manage Elasticsearch index templates
New in version 2015.8.0.
Deprecated since version 2017.7.0: Use elasticsearch state instead
Ensure that the named index template is absent.
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:
mytestindex2_template:
elasticsearch_index_template.present:
- definition:
template: logstash-*
order: 1
settings:
number_of_shards: 1
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.elasticsearch_index_template.html