Browse Source

Fix file descriptor endpoint in configuration docs

The endpoint /_nodes/process does not show file descriptors, should be
/_nodes/stats/process.

Closes #16000
Kiyan 9 years ago
parent
commit
120210d024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/configuration.asciidoc

+ 1 - 1
docs/reference/setup/configuration.asciidoc

@@ -44,7 +44,7 @@ using the <<cluster-nodes-info>> API, with:
 
 [source,js]
 --------------------------------------------------
-curl localhost:9200/_nodes/process?pretty
+curl localhost:9200/_nodes/stats/process?pretty
 --------------------------------------------------
 
 [float]