How can fast show the cluster closed indices?

how can fast show the cluster closed indices ? and open them onces.

not login?

Hi,
as far as I know curator is the best tool for that.

You can do something like this to show closed indices

~ # cat curator_show.sh
#!/bin/bash

/usr/local/bin/curator_cli
--loglevel INFO
--logfile /var/log/curator.log
--host sn1565
show_indices
--filter_list '[{"filtertype":"opened","exclude":"true"}]'

To open indices, see Open | Curator Reference [8.0] | Elastic

-AB

1 Like

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