skip_flushedit

This 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.