A newer version is available. For the latest information, see the
current release documentation.
--regex
edit--regex
editSummary
editThis flag only functions within the scope of index selection or snapshot selection.
Include only indices or snapshots matching the provided pattern.
Flags
edit-
--regex
A regular expression pattern.
Examples
editShow only indices beginning with log and ending with prod:
curator show indices --regex '^log.*prod$'