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