--regexedit

Summaryedit

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

Include only indices or snapshots matching the provided pattern.

Flagsedit

  • --regex A regular expression pattern.

Examplesedit

Show only indices beginning with log and ending with prod:

curator show indices --regex '^log.*prod$'