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 ee1113c commit 88591feCopy full SHA for 88591fe
docs/reference/cluster.asciidoc
@@ -46,6 +46,10 @@ include::cluster/nodes-stats.asciidoc[]
46
47
include::cluster/nodes-info.asciidoc[]
48
49
+include::cluster/nodes-usage.asciidoc[]
50
+
51
+include::cluster/remote-info.asciidoc[]
52
53
include::cluster/tasks.asciidoc[]
54
55
include::cluster/nodes-hot-threads.asciidoc[]
rest-api-spec/src/main/resources/rest-api-spec/api/remote.info.json
@@ -1,6 +1,6 @@
1
{
2
"remote.info": {
3
- "documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html",
+ "documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
4
"methods": ["GET"],
5
"url": {
6
"path": "/_remote/info",
0 commit comments