gET / cluster/settings

From wikieduonline
Revision as of 07:54, 19 October 2022 by Welcome (talk | contribs)
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

See also

Advertising: