Difference between revisions of "Low disk watermark"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  [[curl -XPUT]] localhost:9200/_cluster/settings -d '{
 
  [[curl -XPUT]] localhost:9200/_cluster/settings -d '{
 
     "transient" : {
 
     "transient" : {
  "[[cluster.routing.allocation.disk.watermark.low]]" : 90,  
+
  "[[cluster.routing.allocation.disk.watermark.low]]" : "90%",  
  "[[cluster.routing.allocation.disk.watermark.high]]" : 95,
+
  "[[cluster.routing.allocation.disk.watermark.high]]" : "95%",
  "[[cluster.routing.allocation.disk.watermark.flood_stage]]" : 98
+
  "[[cluster.routing.allocation.disk.watermark.flood_stage]]": "98%"
 
     }
 
     }
 
  }'
 
  }'

Revision as of 08:24, 19 October 2022

Advertising: