File tree Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Expand file tree Collapse file tree 3 files changed +6
-19
lines changed Original file line number Diff line number Diff 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[]
8277include::modules/threadpool.asciidoc[]
8378
8479include::modules/transport.asciidoc[]
85-
86- include::modules/remote-clusters.asciidoc[]
Original file line number Diff line number Diff line change 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
168Remote cluster connections work by configuring a remote cluster and connecting
179to a limited number of nodes in that remote cluster. There are two modes for
Original file line number Diff line number Diff line change @@ -87,6 +87,8 @@ include::setup/sysconfig.asciidoc[]
8787
8888include::setup/bootstrap-checks.asciidoc[]
8989
90+ include::setup/bootstrap-checks-xes.asciidoc[]
91+
9092include::setup/starting.asciidoc[]
9193
9294include::setup/stopping.asciidoc[]
@@ -95,6 +97,6 @@ include::setup/add-nodes.asciidoc[]
9597
9698include::setup/restart-cluster.asciidoc[]
9799
98- include::setup/bootstrap-checks-xes .asciidoc[]
100+ include::modules/remote-clusters .asciidoc[]
99101
100102include::modules/plugins.asciidoc[]
You can’t perform that action at this time.
0 commit comments