--regex

edit

Summary

edit

This 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

edit

Show only indices beginning with log and ending with prod:

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