2013-06-17 12:55:34 -04:00
|
|
|
{
|
|
|
|
"cluster.put_settings": {
|
2014-01-22 08:40:31 -05:00
|
|
|
"documentation": "http://www.elasticsearch.org/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)"
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|