Difference between revisions of "GET / cluster/settings"

From wikieduonline
Jump to navigation Jump to search
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lc}}
+
* <code>[[GET /_cluster/settings?include_defaults]]</code>
 +
* [[Disk section]]: <code>[[Disk section: GET /_cluster/settings?include_defaults|GET /_cluster/settings?include_defaults]]</code>
 +
 
 +
 
 +
      "disk": {
 +
            "threshold_enabled": "true",
 +
            "watermark": {
 +
              "flood_stage": "95%",
 +
              "high": "90%",
 +
              "low": "85%",
 +
              "enable_for_single_data_node": "false"
 +
            },
 +
 
 +
 
 
  [[/_cluster/]]settings
 
  [[/_cluster/]]settings
 +
{"persistent":{},"transient":{}}
  
 
  [[/my-index-000001/_doc/]]
 
  [[/my-index-000001/_doc/]]
 +
  
 
== Related ==
 
== Related ==
  [[/_cluster/]]
+
  {{cluster API}}
 +
 
 +
{{cat API}}
  
 +
* <code>[[/myindex/_settings]]</code>
 +
* <code>[[low disk watermark]]</code>
 +
[[cluster.routing.allocation.disk.watermark.low]]
 +
[[cluster.routing.allocation.disk.watermark.high]]
 +
[[cluster.routing.allocation.disk.watermark.flood_stage]]
  
 
== See also ==
 
== See also ==
* {{OpenSearch}}
+
* {{ES tr}}
 +
* {{ES URLs}}
 
* {{Elasticsearch}}
 
* {{Elasticsearch}}
  
 
[[Category:Elasticsearch]]
 
[[Category:Elasticsearch]]

Latest revision as of 17:20, 23 January 2023


      "disk": {
           "threshold_enabled": "true",
           "watermark": {
             "flood_stage": "95%",
             "high": "90%",
             "low": "85%",
             "enable_for_single_data_node": "false"
           },


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


Related[edit]


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

See also[edit]

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