[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
This commit is contained in:
Spencer 2017-06-12 12:33:56 -07:00 committed by GitHub
parent ee1113c902
commit 88591fecac
2 changed files with 5 additions and 1 deletions

View File

@ -46,6 +46,10 @@ include::cluster/nodes-stats.asciidoc[]
include::cluster/nodes-info.asciidoc[]
include::cluster/nodes-usage.asciidoc[]
include::cluster/remote-info.asciidoc[]
include::cluster/tasks.asciidoc[]
include::cluster/nodes-hot-threads.asciidoc[]

View File

@ -1,6 +1,6 @@
{
"remote.info": {
"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",
"methods": ["GET"],
"url": {
"path": "/_remote/info",