A newer version is available. For the latest information, see the
current release documentation.
skip_flush
editskip_flush
editThis setting is only used by the close action, and is optional.
action: close description: "Close selected indices" options: skip_flush: False filters: - filtertype: ...
If skip_flush
is set to True
, Curator will not flush indices to disk
before closing. This may be useful for closing red indices before restoring.
The default value is False
.