Browse Source

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

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.
James Rodewig 5 years ago
parent
commit
44a643c0e5

+ 0 - 7
docs/reference/modules.asciidoc

@@ -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[]

+ 3 - 11
docs/reference/modules/remote-clusters.asciidoc

@@ -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

+ 3 - 1
docs/reference/setup.asciidoc

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