Difference between revisions of "PUT / cluster/settings"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
 +
[[PUT]] [[/_cluster/settings]]
 +
 
* https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-update-settings.html
 
* https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-update-settings.html
  
 +
[[curl -XPUT]] localhost:9200/_cluster/settings -d '{
 +
    "transient" : {
 +
"[[cluster.routing.allocation.disk.watermark.low]]" : 90,
 +
"[[cluster.routing.allocation.disk.watermark.high]]" : 95,
 +
"[[cluster.routing.allocation.disk.watermark.flood_stage]]" : 98
 +
    }
 +
}'
 +
 +
 +
[[curl -XPUT]] https://localhost:9200/_cluster/settings -d '{
 +
    "transient" : {
 +
        "cluster.routing.allocation.disk.threshold_enabled" : false
 +
    }
 +
}'
  
  
 +
== Relate ==
 
{{Cluster API}}
 
{{Cluster API}}
 +
* <code>[[elasticsearch.yml]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 17:22, 23 January 2023

Advertising: