Skip to content

Commit c3c038f

Browse files
committed
Fix URI to cluster stats endpoint on specific nodes (#36784)
1 parent 2ab3c63 commit c3c038f

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
@@ -213,11 +213,11 @@ Will return, for example:
213213
// the response are ignored. So we're really only asserting things about the
214214
// the shape of this response, not the values in it.
215215

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

219219
[source,js]
220220
--------------------------------------------------
221-
GET /_cluster/stats?nodeId=node1,node*,master:false
221+
GET /_cluster/stats/nodes/node1,node*,master:false
222222
--------------------------------------------------
223223
// CONSOLE

0 commit comments

Comments
 (0)