Fix URI to cluster stats endpoint on specific nodes (#36784)
This commit is contained in:
parent
8e97bf9d06
commit
7f3b9c8aa3
|
@ -225,11 +225,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
|
||||
|
|
Loading…
Reference in New Issue