2013-06-17 12:55:34 -04:00
|
|
|
{
|
|
|
|
"cluster.put_settings": {
|
2015-03-24 12:03:35 -04:00
|
|
|
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-update-settings.html",
|
2013-06-17 12:55:34 -04:00
|
|
|
"methods": ["PUT"],
|
|
|
|
"url": {
|
|
|
|
"path": "/_cluster/settings",
|
|
|
|
"paths": ["/_cluster/settings"],
|
2014-01-06 11:50:57 -05:00
|
|
|
"parts": {},
|
2013-06-17 12:55:34 -04:00
|
|
|
"params": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"flat_settings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return settings in flat format (default: false)"
|
2014-12-02 06:03:50 -05:00
|
|
|
},
|
|
|
|
"master_timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout for connection to master node"
|
|
|
|
},
|
|
|
|
"timeout": {
|
|
|
|
"type" : "time",
|
|
|
|
"description" : "Explicit operation timeout"
|
2014-01-06 11:50:57 -05:00
|
|
|
}
|
2013-06-17 12:55:34 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"body": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"description": "The settings to be updated. Can be either `transient` or `persistent` (survives cluster restart)."
|
2013-06-17 12:55:34 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|