diff --git a/docs/reference/cluster/nodes-stats.asciidoc b/docs/reference/cluster/nodes-stats.asciidoc index 94d954f0664..215cf8b8d7a 100644 --- a/docs/reference/cluster/nodes-stats.asciidoc +++ b/docs/reference/cluster/nodes-stats.asciidoc @@ -74,7 +74,7 @@ curl -XGET 'http://localhost:9200/_nodes/stats/process' curl -XGET 'http://localhost:9200/_nodes/10.0.0.1/stats/process' -------------------------------------------------- -The `all` flag can be set to return all the stats. +All stats can be explicitly requested via `/_nodes/stats/_all` or `/_nodes/stats?metric=_all`. [float] [[fs-info]]