2013-05-24 06:02:42 -04:00
|
|
|
{
|
2013-06-17 12:52:48 -04:00
|
|
|
"cluster.get_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:52:48 -04:00
|
|
|
"methods": ["GET"],
|
2013-05-24 06:02:42 -04:00
|
|
|
"url": {
|
|
|
|
"path": "/_cluster/settings",
|
|
|
|
"paths": ["/_cluster/settings"],
|
2014-01-06 11:50:57 -05:00
|
|
|
"parts": {},
|
2013-05-24 06:02:42 -04:00
|
|
|
"params": {
|
2014-01-06 11:50:57 -05:00
|
|
|
"flat_settings": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Return settings in flat format (default: false)"
|
2014-01-16 09:27:24 -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-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
},
|
2013-06-17 12:52:48 -04:00
|
|
|
"body": null
|
2013-05-24 06:02:42 -04:00
|
|
|
}
|
|
|
|
}
|