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