Fixed incorrect `options` property for "cluster.node_stats" and "indices.stats"
This commit is contained in:
parent
a8fe8a7bbe
commit
12c341d9eb
|
@ -25,12 +25,12 @@
|
|||
},
|
||||
"metric_family" : {
|
||||
"type" : "enum",
|
||||
"values" : ["all","fs","http","indices","jvm","network","os","process","thread_pool","transport"],
|
||||
"options" : ["all","fs","http","indices","jvm","network","os","process","thread_pool","transport"],
|
||||
"description" : "Limit the information returned to a certain metric family"
|
||||
},
|
||||
"metric" : {
|
||||
"type" : "enum",
|
||||
"values" : ["docs", "fielddata", "filter_cache", "flush", "get", "id_cache", "indexing", "merges", "refresh", "search", "store", "warmer"],
|
||||
"options" : ["docs", "fielddata", "filter_cache", "flush", "get", "id_cache", "indexing", "merges", "refresh", "search", "store", "warmer"],
|
||||
"description" : "Limit the information returned for `indices` family to a specific metric"
|
||||
},
|
||||
"node_id": {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
},
|
||||
"metric_family" : {
|
||||
"type" : "enum",
|
||||
"values" : ["docs", "fielddata", "fields", "filter_cache", "flush", "get", "groups", "id_cache", "ignore_indices", "indexing", "merge", "refresh", "search", "store", "warmer"],
|
||||
"options" : ["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" : {
|
||||
|
|
Loading…
Reference in New Issue