如何在Elastic Cloud上临时启用cluster.indices.close.enable?

时间:2017-03-22 09:19:29

标签: elasticsearch

文件(https://www.elastic.co/guide/en/cloud/external/cluster-config.html#user-settings)说

  

您可以暂时启用此设置,以便更改现有索引的分析器配置。

但我无法找到如何做到这一点。

如何暂时启用cluster.indices.close.enable?

1 个答案:

答案 0 :(得分:3)

这是要在“用户设置”面板中进行修改的设置,请参阅此link

  1. 登录Cloud UI。
  2. 单击“群集”面板中的群集名称,然后单击“编辑”图标。
  3. 在“用户设置”部分中,更新用户设置。
  4. 点击保存更改。
  5. 正如@ZerefeL在评论中提到的那样,您可能需要等待10分钟才能正确更新配置。