gET / cluster/settings

From wikieduonline
Revision as of 08:01, 19 October 2022 by Welcome (talk | contribs) (Welcome moved page / cluster/settings to GET / cluster/settings)
Jump to navigation Jump to search

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


GET /_cluster/settings?include_defaults


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

Related

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: