A newer version is available. For the latest information, see the
current release documentation.
show
editshow
editSummary
editThis command allows you to see any indices (or snapshots) matching
index selection or
snapshot selection.
Starting in v3.1.0, the term (CLOSED)
will appear next to indices which are
in a closed state.
Flags
edit$ curator show [OPTIONS] COMMAND [ARGS]... Show indices or snapshots Options: --help Show this message and exit. Commands: indices Index selection. snapshots Snapshot selection.
This command requires either the indices subcommand for index selection, or the snapshots subcommand for snapshot selection.
Examples
editDisplay a list of indices matching the selection parameters:
curator show indices <<index selection parameters>>
Display a list of snapshots in the named repository matching the selection parameters:
curator show snapshots <<snapshot selection parameters>>