Difference between revisions of "GET / cluster/settings"

From wikieduonline
Jump to navigation Jump to search
Line 19: Line 19:
 
  [[/myindex/_settings]]
 
  [[/myindex/_settings]]
  
== Related ==
+
 
 
* <code>[[low disk watermark]]</code>
 
* <code>[[low disk watermark]]</code>
 
  [[cluster.routing.allocation.disk.watermark.low]]
 
  [[cluster.routing.allocation.disk.watermark.low]]

Revision as of 07:52, 19 October 2022

/_cluster/settings
{"persistent":{},"transient":{}}
/my-index-000001/_doc/


curl -XPUT localhost:9200/_cluster/settings -d '{
    "transient" : {
        "cluster.routing.allocation.disk.threshold_enabled" : false
    }
}'

Related

/myindex/_settings


cluster.routing.allocation.disk.watermark.low
cluster.routing.allocation.disk.watermark.high
cluster.routing.allocation.disk.watermark.flood_stage

See also

  • https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-templates.html
  • Advertising: