Fixed incorrect `options` property for "cluster.node_stats" and "indices.stats"

This commit is contained in:
Karel Minarik 2013-06-12 20:39:16 +02:00
parent a8fe8a7bbe
commit 12c341d9eb
2 changed files with 3 additions and 3 deletions

View File

@ -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": {

View File

@ -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" : {