[[show]] == show [float] Summary ~~~~~~~ This command allows you to see any indices (or snapshots) matching <> or <>. Starting in v3.1.0, the term `(CLOSED)` will appear next to indices which are in a closed state. [float] Flags ~~~~~ ------------------------------------------ $ curator show [OPTIONS] COMMAND [ARGS]... Show indices or snapshots Options: --help Show this message and exit. Commands: indices Index selection. snapshots Snapshot selection. ------------------------------------------   IMPORTANT: This command requires either the <> <> for <>, or the <> <> for <>. [float] Examples ~~~~~~~~ Display a list of indices matching the selection parameters: ------------------------------------------------------------------ curator show --show-indices indices <> ------------------------------------------------------------------   Display a list of snapshots in the named repository matching the selection parameters: ------------------------------------------------------------------------------------------------------ curator show --show-snapshots --repository REPOSITORY_NAME snapshots <> ------------------------------------------------------------------------------------------------------