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.
Name of the index to remove
New in version 2015.8.0.
Changed in version 2017.3.0: Marked definition
as required.
Ensure that the named index templat eis present.
Name of the index to add
Required dict for creation parameters as per https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html
Example:
mytestindex2_template:
elasticsearch_index_template.present:
- definition:
template: logstash-*
order: 1
settings:
number_of_shards: 1
Generated on October 23, 2024 at 09:02:06 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.9, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy