[DOCS] Relocate "Remote Clusters" page (#55172) (#57422)

Relocates the "Remote Clusters" documentation from the "Modules" section to the "Set up Elasticsearch" section.

Supporting changes:
* Reorders the "Bootstrap checks for X-Pack" section to immediately follow the "Bootstrap checks"chapter.
* Removes an outdated X-Pack `idef` from the "Remote Clusters" intro.
This commit is contained in:
James Rodewig 2020-06-01 10:28:34 -04:00 committed by GitHub
parent 8c0e7c8a6e
commit de5de4bf58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 20 deletions

View File

@ -55,11 +55,6 @@ The modules in this section are:
Configure the transport networking layer, used internally by Elasticsearch
to communicate between nodes.
<<modules-remote-clusters, Remote clusters>>::
Remote clusters are used in features that work by connecting across clusters
on the transport layer.
<<modules-cross-cluster-search, {ccs-cap}>>::
{ccs-cap} enables executing search requests across more than one cluster
@ -82,5 +77,3 @@ include::modules/node.asciidoc[]
include::modules/threadpool.asciidoc[]
include::modules/transport.asciidoc[]
include::modules/remote-clusters.asciidoc[]

View File

@ -1,17 +1,9 @@
[[modules-remote-clusters]]
== Remote clusters
ifndef::include-xpack[]
The _remote clusters_ module enables you to establish uni-directional
connections to a remote cluster. This functionality is used in
<<modules-cross-cluster-search,{ccs}>>.
endif::[]
ifdef::include-xpack[]
The _remote clusters_ module enables you to establish uni-directional
connections to a remote cluster. This functionality is used in
<<xpack-ccr,{ccr}>> and
<<modules-cross-cluster-search,{ccs}>>.
endif::[]
The _remote clusters_ functionality enables you to establish unidirectional
connections to a remote cluster. Remote clusters are required for
<<xpack-ccr,{ccr}>> and <<modules-cross-cluster-search,{ccs}>>.
Remote cluster connections work by configuring a remote cluster and connecting
to a limited number of nodes in that remote cluster. There are two modes for

View File

@ -89,6 +89,8 @@ include::setup/sysconfig.asciidoc[]
include::setup/bootstrap-checks.asciidoc[]
include::setup/bootstrap-checks-xes.asciidoc[]
include::setup/starting.asciidoc[]
include::setup/stopping.asciidoc[]
@ -97,10 +99,10 @@ include::setup/add-nodes.asciidoc[]
include::setup/restart-cluster.asciidoc[]
include::modules/remote-clusters.asciidoc[]
include::setup/setup-xes.asciidoc[]
include::setup/setup-xclient.asciidoc[]
include::setup/bootstrap-checks-xes.asciidoc[]
include::modules/plugins.asciidoc[]