Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I enable cluster.indices.close.enable temporarily on Elastic Cloud?

The document(https://www.elastic.co/guide/en/cloud/external/cluster-config.html#user-settings) says

You might enable this setting temporarily in order to change the analyzer configuration for an existing index.

But I can't find how to do that.

How can I enable cluster.indices.close.enable temporarily?

like image 747
mayTree Avatar asked Mar 22 '17 09:03

mayTree


People also ask

How to close indices in Elasticsearch?

To close all indices, use _all or * . By default, you must explicitly name the indices you are closing. To specify indices to close with _all , * , or other wildcard expressions, change the action. destructive_requires_name setting to false .


1 Answers

That is a setting to modify in your User settings panel, see this link:

  1. Log into the Cloud UI.
  2. Click on a cluster name from the Clusters panel and click Edit icon.
  3. In the User Settings section, update the user settings.
  4. Click Save changes.

As @ZerefeL mentions in the comment, you might have to wait up to 10 minutes for the config to be properly updated.

like image 156
Adonis Avatar answered Sep 20 '22 14:09

Adonis