apply review from @clintongormley

This commit is contained in:
Simon Willnauer 2015-12-09 12:24:40 +01:00
parent 8e0a610c26
commit ce417540c5
1 changed files with 13 additions and 0 deletions

View File

@ -62,6 +62,19 @@ the response for the last example will be:
"persistent" : {},
"transient" : {}
}
--------------------------------------------------
Settings can also be reset using simple wildcards. For instance to reset
all dynamic `discovery.zen` setting a prefix can be used:
[source,js]
--------------------------------------------------
curl -XPUT localhost:9200/_cluster/settings -d '{
"transient" : {
"discovery.zen.*" : null
}
}'
--------------------------------------------------
Cluster wide settings can be returned using: