mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-30 11:58:36 +00:00
Added missing URL parts for the _stats
API
This commit is contained in:
parent
dbdb44f838
commit
333b147c2c
@ -10,15 +10,19 @@
|
|||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "A comma-separated list of fields to return detailed information for, when returning the `search` statistics"
|
"description" : "A comma-separated list of fields to return detailed information for, when returning the `search` statistics"
|
||||||
},
|
},
|
||||||
"metric_family" : {
|
"index": {
|
||||||
"type" : "enum",
|
"type" : "list",
|
||||||
"values" : ["docs", "fielddata", "fields", "filter_cache", "flush", "get", "groups", "id_cache", "ignore_indices", "indexing", "merge", "refresh", "search", "store", "warmer"],
|
"description" : "A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices"
|
||||||
"description" : "Limit the information returned to a specific metric"
|
|
||||||
},
|
},
|
||||||
"indexing_types" : {
|
"indexing_types" : {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "A comma-separated list of document types to include in the `indexing` statistics"
|
"description" : "A comma-separated list of document types to include in the `indexing` statistics"
|
||||||
},
|
},
|
||||||
|
"metric_family" : {
|
||||||
|
"type" : "enum",
|
||||||
|
"values" : ["docs", "fielddata", "fields", "filter_cache", "flush", "get", "groups", "id_cache", "ignore_indices", "indexing", "merge", "refresh", "search", "store", "warmer"],
|
||||||
|
"description" : "Limit the information returned to a specific metric"
|
||||||
|
},
|
||||||
"search_groups" : {
|
"search_groups" : {
|
||||||
"type" : "list",
|
"type" : "list",
|
||||||
"description" : "A comma-separated list of search groups to include in the `search` statistics"
|
"description" : "A comma-separated list of search groups to include in the `search` statistics"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user