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" : {
|
"metric_family" : {
|
||||||
"type" : "enum",
|
"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"
|
"description" : "Limit the information returned to a certain metric family"
|
||||||
},
|
},
|
||||||
"metric" : {
|
"metric" : {
|
||||||
"type" : "enum",
|
"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"
|
"description" : "Limit the information returned for `indices` family to a specific metric"
|
||||||
},
|
},
|
||||||
"node_id": {
|
"node_id": {
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
},
|
},
|
||||||
"metric_family" : {
|
"metric_family" : {
|
||||||
"type" : "enum",
|
"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"
|
"description" : "Limit the information returned to a specific metric"
|
||||||
},
|
},
|
||||||
"search_groups" : {
|
"search_groups" : {
|
||||||
|
|
Loading…
Reference in New Issue