Skip to content

Commit

Permalink
Fix URI to cluster stats endpoint on specific nodes (#36784)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed Dec 21, 2018
1 parent 2ab3c63 commit c3c038f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/cluster/stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@ Will return, for example:
// the response are ignored. So we're really only asserting things about the
// the shape of this response, not the values in it.

This API can be restricted to a subset of the nodes using the `?nodeId`
parameter, which accepts <<cluster-nodes,node filters>>:
This API can be restricted to a subset of the nodes using <<cluster-nodes,node
filters>>:

[source,js]
--------------------------------------------------
GET /_cluster/stats?nodeId=node1,node*,master:false
GET /_cluster/stats/nodes/node1,node*,master:false
--------------------------------------------------
// CONSOLE

0 comments on commit c3c038f

Please sign in to comment.