【发布时间】:2015-09-04 14:07:06
【问题描述】:
我有几个前缀为“log-2014”的索引,我需要关闭这些索引。我更喜欢使用 Curator 工具,而不是 API。我该怎么做?
【问题讨论】:
标签: elasticsearch elasticsearch-curator
我有几个前缀为“log-2014”的索引,我需要关闭这些索引。我更喜欢使用 Curator 工具,而不是 API。我该怎么做?
【问题讨论】:
标签: elasticsearch elasticsearch-curator
curator --host localhost --port 9200 close indices --prefix log-2014
假设 elasticsearch 在 locahost 的 9200 端口上运行。
【讨论】: