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