A newer version is available. For the latest information, see the
current release documentation.
--suffix
edit--suffix
editIncidence
editThis flag only functions within the scope of index selection or snapshot selection.
Summary
editBeginning 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.
Flags
edit-
--suffix
Suffix that indices or snapshots must match.
Example
editShow indices ending with -prod:
curator show indices --suffix -prod