We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e97bf9 commit 7f3b9c8Copy full SHA for 7f3b9c8
docs/reference/cluster/stats.asciidoc
@@ -225,11 +225,11 @@ Will return, for example:
225
// the response are ignored. So we're really only asserting things about the
226
// the shape of this response, not the values in it.
227
228
-This API can be restricted to a subset of the nodes using the `?nodeId`
229
-parameter, which accepts <<cluster-nodes,node filters>>:
+This API can be restricted to a subset of the nodes using <<cluster-nodes,node
+filters>>:
230
231
[source,js]
232
--------------------------------------------------
233
-GET /_cluster/stats?nodeId=node1,node*,master:false
+GET /_cluster/stats/nodes/node1,node*,master:false
234
235
// CONSOLE
0 commit comments