【问题标题】:Opening and closing of indices using Curator in Elasticsearch在 Elasticsearch 中使用 Curator 打开和关闭索引
【发布时间】:2015-09-04 14:07:06
【问题描述】:

我有几个前缀为“log-2014”的索引,我需要关闭这些索引。我更喜欢使用 Curator 工具,而不是 API。我该怎么做?

【问题讨论】:

    标签: elasticsearch elasticsearch-curator


    【解决方案1】:
    curator --host localhost --port 9200  close indices --prefix log-2014
    

    假设 elasticsearch 在 locahost 的 9200 端口上运行。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2023-03-18
      • 1970-01-01
      • 2018-07-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-13
      相关资源
      最近更新 更多