A newer version is available. For the latest information, see the
current release documentation.
ignore_sync_failures
editignore_sync_failures
editThis setting is only used by the close action, and is optional.
action: close description: "Close selected indices" options: ignore_sync_failures: false filters: - filtertype: ...
If ignore_sync_failures
is set to true
, Curator will ignore failures during
the synced flush that normally takes place before closing. This may be useful
for closing a list of indices which may include active indices.
The default value is false
.