Skip to content

Commit 44a643c

Browse files
authored
[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.
1 parent 4980ea7 commit 44a643c

File tree

3 files changed

+6
-19
lines changed

3 files changed

+6
-19
lines changed

docs/reference/modules.asciidoc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ The modules in this section are:
5555
Configure the transport networking layer, used internally by Elasticsearch
5656
to communicate between nodes.
5757

58-
<<modules-remote-clusters, Remote clusters>>::
59-
60-
Remote clusters are used in features that work by connecting across clusters
61-
on the transport layer.
62-
6358
<<modules-cross-cluster-search, {ccs-cap}>>::
6459

6560
{ccs-cap} enables executing search requests across more than one cluster
@@ -82,5 +77,3 @@ include::modules/node.asciidoc[]
8277
include::modules/threadpool.asciidoc[]
8378

8479
include::modules/transport.asciidoc[]
85-
86-
include::modules/remote-clusters.asciidoc[]

docs/reference/modules/remote-clusters.asciidoc

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
[[modules-remote-clusters]]
22
== Remote clusters
33

4-
ifndef::include-xpack[]
5-
The _remote clusters_ module enables you to establish uni-directional
6-
connections to a remote cluster. This functionality is used in
7-
<<modules-cross-cluster-search,{ccs}>>.
8-
endif::[]
9-
ifdef::include-xpack[]
10-
The _remote clusters_ module enables you to establish uni-directional
11-
connections to a remote cluster. This functionality is used in
12-
<<xpack-ccr,{ccr}>> and
13-
<<modules-cross-cluster-search,{ccs}>>.
14-
endif::[]
4+
The _remote clusters_ functionality enables you to establish unidirectional
5+
connections to a remote cluster. Remote clusters are required for
6+
<<xpack-ccr,{ccr}>> and <<modules-cross-cluster-search,{ccs}>>.
157

168
Remote cluster connections work by configuring a remote cluster and connecting
179
to a limited number of nodes in that remote cluster. There are two modes for

docs/reference/setup.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ include::setup/sysconfig.asciidoc[]
8787

8888
include::setup/bootstrap-checks.asciidoc[]
8989

90+
include::setup/bootstrap-checks-xes.asciidoc[]
91+
9092
include::setup/starting.asciidoc[]
9193

9294
include::setup/stopping.asciidoc[]
@@ -95,6 +97,6 @@ include::setup/add-nodes.asciidoc[]
9597

9698
include::setup/restart-cluster.asciidoc[]
9799

98-
include::setup/bootstrap-checks-xes.asciidoc[]
100+
include::modules/remote-clusters.asciidoc[]
99101

100102
include::modules/plugins.asciidoc[]

0 commit comments

Comments
 (0)