2013-05-24 06:02:42 -04:00
{
2014-01-16 13:48:14 -05:00
"nodes.stats" : {
2014-01-09 16:44:14 -05:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-stats.html" ,
2013-05-24 06:02:42 -04:00
"methods" : [ "GET" ] ,
"url" : {
2014-01-06 03:07:55 -05:00
"path" : "/_nodes/stats" ,
2013-05-26 08:03:25 -04:00
"paths" : [
"/_nodes/stats" ,
2013-06-12 11:52:32 -04:00
"/_nodes/{node_id}/stats" ,
2014-01-13 10:54:42 -05:00
"/_nodes/stats/{metric}" ,
"/_nodes/{node_id}/stats/{metric}" ,
"/_nodes/stats/{metric}/{index_metric}" ,
"/_nodes/{node_id}/stats/{metric}/{index_metric}"
2013-05-26 08:03:25 -04:00
] ,
2013-05-24 06:02:42 -04:00
"parts" : {
2014-01-13 10:54:42 -05:00
"metric" : {
2013-05-26 08:03:25 -04:00
"type" : "list" ,
2014-01-13 10:54:42 -05:00
"options" : [ "_all" , "breaker" , "fs" , "http" , "indices" , "jvm" , "network" , "os" , "process" , "thread_pool" , "transport" ] ,
"description" : "Limit the information returned to the specified metrics"
2013-05-26 08:03:25 -04:00
} ,
2014-01-13 10:54:42 -05:00
"index_metric" : {
"type" : "list" ,
"options" : [ "_all" , "completion" , "docs" , "fielddata" , "filter_cache" , "flush" , "get" , "id_cache" , "indexing" , "merge" , "percolate" , "refresh" , "search" , "segments" , "store" , "warmer" ] ,
"description" : "Limit the information returned for `indices` metric to the specific index metrics. Isn't used if `indices` (or `all`) metric isn't specified."
2013-05-26 06:20:43 -04:00
} ,
2013-06-12 11:52:32 -04:00
"node_id" : {
2013-05-26 08:03:25 -04:00
"type" : "list" ,
2013-05-28 04:09:02 -04:00
"description" : "A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes"
2013-05-24 06:02:42 -04:00
}
} ,
"params" : {
2014-01-13 10:54:42 -05:00
"completion_fields" : {
"type" : "list" ,
"description" : "A comma-separated list of fields for `fielddata` and `suggest` index metric (supports wildcards)"
} ,
"fielddata_fields" : {
"type" : "list" ,
"description" : "A comma-separated list of fields for `fielddata` index metric (supports wildcards)"
} ,
2013-09-20 07:26:04 -04:00
"fields" : {
"type" : "list" ,
2014-01-13 10:54:42 -05:00
"description" : "A comma-separated list of fields for `fielddata` and `completion` index metric (supports wildcards)"
} ,
"groups" : {
"type" : "boolean" ,
"description" : "A comma-separated list of search groups for `search` index metric"
} ,
2014-01-16 06:42:02 -05:00
"human" : {
"type" : "boolean" ,
"description" : "Whether to return time and byte values in human-readable format." ,
"default" : false
} ,
2014-01-13 11:40:27 -05:00
"level" : {
"type" : "enum" ,
"description" : "Return indices stats aggregated at node, index or shard level" ,
"options" : [ "node" , "indices" , "shards" ] ,
"default" : "node"
} ,
2014-01-13 10:54:42 -05:00
"types" : {
"type" : "list" ,
"description" : "A comma-separated list of document types for the `indexing` index metric"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}