How to list CLOSED indices on 6.4.X?

Hi I'm trying to get a list of closed indices on ES 6.4.2.... This /_cluster/state/blocks?pretty this returns

{
  "cluster_name" : "XXXXXX",
  "compressed_size_in_bytes" : 961428,
  "cluster_uuid" : "XXXXXX",
  "blocks" : { }
}

Hi @javadevmtl 6.4 is very old I have been using elastic for 5 years and I started after that.

So plain ole _cat/indices does not show closed indices?

1 Like

As mentioned, that version is EOL and no longer supported, you should be looking to upgrade as a matter of urgency.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.