mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
[SPEC] Added level param to cluster.node_stats and indices.stats
This commit is contained in:
parent
2341825358
commit
b7cddea495
@ -45,6 +45,12 @@
|
||||
"type" : "boolean",
|
||||
"description" : "A comma-separated list of search groups for `search` index metric"
|
||||
},
|
||||
"level": {
|
||||
"type" : "enum",
|
||||
"description": "Return indices stats aggregated at node, index or shard level",
|
||||
"options" : ["node", "indices", "shards"],
|
||||
"default" : "node"
|
||||
},
|
||||
"types" : {
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of document types for the `indexing` index metric"
|
||||
|
@ -38,6 +38,12 @@
|
||||
"type" : "boolean",
|
||||
"description" : "A comma-separated list of search groups for `search` index metric"
|
||||
},
|
||||
"level": {
|
||||
"type" : "enum",
|
||||
"description": "Return stats aggregated at cluster, index or shard level",
|
||||
"options" : ["cluster", "indices", "shards"],
|
||||
"default" : "indices"
|
||||
},
|
||||
"types" : {
|
||||
"type" : "list",
|
||||
"description" : "A comma-separated list of document types for the `indexing` index metric"
|
||||
|
Loading…
x
Reference in New Issue
Block a user