--suffixedit

Incidenceedit

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

Summaryedit

Beginning with Curator v3, --suffix is interpreted as part of a regular expression pattern. This means that if you specify --suffix -prod, it will match indices or snapshots named, na-prod, local-prod, 2015.03.05-prod, or anything that ends with -prod. The --prefix flag exhibits similar behavior, but with the pattern matching the beginning of the line instead.

Flagsedit

  • --suffix Suffix that indices or snapshots must match.

Exampleedit

Show indices ending with -prod:

 curator show indices --suffix -prod