Skip to content

Commit 123739f

Browse files
committed
Fix URI to cluster stats endpoint on specific nodes (#36784)
1 parent de1f6c2 commit 123739f

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

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

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

0 commit comments

Comments
 (0)