--newer-thanedit

Summaryedit

This flag only functions within the scope of index selection or snapshot selection.

Filter indices "newer than" the given number of time-units. The indices must also have a --timestring.

The value provided indicates a given number of time-units ago to use as a reference point. All indices "newer than" that point will be included.

Flagsedit

Exampleedit

Snapshot daily Logstash indices newer than 2 days:

curator snapshot --repository REPO indices --time-unit days --newer-than 2 --timestring '%Y.%m.%d' --prefix logstash