Difference between revisions of "Disk section: GET / cluster/settings?include defaults"

From wikieduonline
Jump to navigation Jump to search
(Created page with " GET / cluster/settings?include defaults .../... "disk": { "threshold_enabled": "true", "watermark": { "flood_stage...")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  GET / cluster/settings?include defaults
+
  [[GET /_cluster/]]settings?include_defaults
      .../...
+
{{ES disk config}}
      "disk": {
 
            "[[threshold_enabled]]": "true",
 
            "watermark": {
 
              "[[flood_stage]]": "95%",
 
              "[[high]]": "90%",
 
              "[[low]]": "85%",
 
              "enable_for_single_data_node": "false"
 
            }
 
        .../...
 
  
 +
== Related ==
 +
* <code>[[Low disk watermark]]</code>
 +
* <code>[[/_cat/allocation]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 07:29, 4 November 2022

GET /_cluster/settings?include_defaults
.../...
"disk": {
     "threshold_enabled": "true",
     "watermark": {
     "flood_stage": "95%",
     "high": "90%",
     "low": "85%",
     "enable_for_single_data_node": "false"
 }
 .../...

Related[edit]

See also[edit]

Advertising: