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 de1f6c2 commit 123739fCopy full SHA for 123739f
docs/reference/cluster/stats.asciidoc
@@ -214,11 +214,11 @@ Will return, for example:
214
// the response are ignored. So we're really only asserting things about the
215
// the shape of this response, not the values in it.
216
217
-This API can be restricted to a subset of the nodes using the `?nodeId`
218
-parameter, which accepts <<cluster-nodes,node filters>>:
+This API can be restricted to a subset of the nodes using <<cluster-nodes,node
+filters>>:
219
220
[source,js]
221
--------------------------------------------------
222
-GET /_cluster/stats?nodeId=node1,node*,master:false
+GET /_cluster/stats/nodes/node1,node*,master:false
223
224
// CONSOLE
0 commit comments