Skip to content

Commit fe74b91

Browse files
committed
Fix URI to cluster stats endpoint on specific nodes (#36784)
1 parent d622466 commit fe74b91

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/cluster/stats.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,11 @@ Will return, for example:
220220
// the response are ignored. So we're really only asserting things about the
221221
// the shape of this response, not the values in it.
222222

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

226226
[source,js]
227227
--------------------------------------------------
228-
GET /_cluster/stats?nodeId=node1,node*,master:false
228+
GET /_cluster/stats/nodes/node1,node*,master:false
229229
--------------------------------------------------
230230
// CONSOLE

0 commit comments

Comments
 (0)