Opening and closing of indices using Curator in Elasticsearch -


i have few indices prefix "log-2014" , need close these indices. prefer curator tool, rather api. how can this?

curator --host localhost --port 9200  close indices --prefix log-2014 

assuming elasticsearch running on locahost @ port 9200.


Comments