Skip to content

Commit

Permalink
[SPEC] Clarify cluster.node_stats api
Browse files Browse the repository at this point in the history
  • Loading branch information
honzakral committed Jan 8, 2014
1 parent fe13441 commit 6e4586f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rest-api-spec/api/cluster.node_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"/_nodes/{node_id}/stats",
"/_nodes/stats/{metric_family}",
"/_nodes/{node_id}/stats/{metric_family}",
"/_nodes/stats/indices/{metric}/{fields}",
"/_nodes/{node_id}/stats/indices/{metric}/{fields}"
"/_nodes/stats/{metric_family}/{metric}"
"/_nodes/{node_id}/stats/{metric_family}/{metric}"

This comment has been minimized.

Copy link
@javanna

javanna Jan 8, 2014

Member

missing ',' here?

],
"parts": {
"fields" : {
Expand All @@ -25,7 +25,7 @@
"metric" : {
"type" : "enum",
"options" : ["completion","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. Isn't used if `indices` (or `all`) metric family isn't specified."
},
"node_id": {
"type" : "list",
Expand Down

0 comments on commit 6e4586f

Please sign in to comment.