Skip to content

Commit 88591fe

Browse files
authored
[docs] include two cluster doc pages missing from index (#25180)
* [docs] include two cluster doc pages missing from index * [rest-api-spec] update link to remote-info docs
1 parent ee1113c commit 88591fe

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/reference/cluster.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ include::cluster/nodes-stats.asciidoc[]
4646

4747
include::cluster/nodes-info.asciidoc[]
4848

49+
include::cluster/nodes-usage.asciidoc[]
50+
51+
include::cluster/remote-info.asciidoc[]
52+
4953
include::cluster/tasks.asciidoc[]
5054

5155
include::cluster/nodes-hot-threads.asciidoc[]

rest-api-spec/src/main/resources/rest-api-spec/api/remote.info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"remote.info": {
3-
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html",
3+
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html",
44
"methods": ["GET"],
55
"url": {
66
"path": "/_remote/info",

0 commit comments

Comments
 (0)