salt.states.elasticsearch_index_template

State module to manage Elasticsearch index templates

New in version 2015.8.0.

salt.states.elasticsearch_index_template.absent(name)

Ensure that the named index template is absent

salt.states.elasticsearch_index_template.present(name, definition=None)

Ensure that the named index template is present

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2016.11.1

Previous topic

salt.states.elasticsearch_index

Next topic

salt.states.environ