Skip to content

Commit 2f2e81d

Browse files
authored
[DOCS] Relocate "Remote Clusters" page (#55172) (#57423)
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 fdbf8e2 commit 2f2e81d

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ include::setup/sysconfig.asciidoc[]
8989

9090
include::setup/bootstrap-checks.asciidoc[]
9191

92+
include::setup/bootstrap-checks-xes.asciidoc[]
93+
9294
include::setup/starting.asciidoc[]
9395

9496
include::setup/stopping.asciidoc[]
@@ -97,10 +99,10 @@ include::setup/add-nodes.asciidoc[]
9799

98100
include::setup/restart-cluster.asciidoc[]
99101

102+
include::modules/remote-clusters.asciidoc[]
103+
100104
include::setup/setup-xes.asciidoc[]
101105

102106
include::setup/setup-xclient.asciidoc[]
103107

104-
include::setup/bootstrap-checks-xes.asciidoc[]
105-
106108
include::modules/plugins.asciidoc[]

0 commit comments

Comments
 (0)