Loading

Curator close action for Elasticsearch indices

 action: close description: "Close selected indices" options: delete_aliases: false skip_flush: false filters: - filtertype: ... 
Note

Empty values and commented lines will result in the default value, if any, being selected. If a setting is set, but not used by a given action, it will be ignored.

This action closes the selected indices, and optionally deletes associated aliases beforehand.

Tip

See an example of this action in an actionfile here.