Skip to content

Commit a3c44c0

Browse files
authored
[DOCS] Edits the remote clusters documentation (#38996)
1 parent 1aa10c4 commit a3c44c0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/reference/modules/remote-clusters.asciidoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@
22
== Remote clusters
33

44
ifndef::include-xpack[]
5-
The _remote clusters_ module allows establishing uni-directional connections to
6-
a remote cluster. This functionality is used in
5+
The _remote clusters_ module enables you to establish uni-directional
6+
connections to a remote cluster. This functionality is used in
77
<<modules-cross-cluster-search,cross-cluster search>>.
88
endif::[]
99
ifdef::include-xpack[]
10-
The _remote clusters_ module allows establishing uni-directional connections to
11-
a remote cluster. This functionality is used in cross-cluster replication, and
10+
The _remote clusters_ module enables you to establish uni-directional
11+
connections to a remote cluster. This functionality is used in
12+
{stack-ov}/xpack-ccr.html[cross-cluster replication] and
1213
<<modules-cross-cluster-search,cross-cluster search>>.
1314
endif::[]
1415

1516
Remote cluster connections work by configuring a remote cluster and connecting
1617
only to a limited number of nodes in the remote cluster. Each remote cluster is
17-
referenced by a name and a list of seed nodes. When a remote cluster is
18+
referenced by a name and a list of seed nodes. When a remote cluster is
1819
registered, its cluster state is retrieved from one of the seed nodes so that by
1920
default up to three _gateway nodes_ are selected to be connected to as part of
2021
remote cluster requests. Remote cluster connections consist of uni-directional
2122
connections from the coordinating node to the previously selected remote nodes
22-
only. It is possible to tag which nodes should be selected through node
23-
attributes (see <<remote-cluster-settings>>).
23+
only. You can tag which nodes should be selected by using node attributes (see <<remote-cluster-settings>>).
2424

2525
Each node in a cluster that has remote clusters configured connects to one or
2626
more _gateway nodes_ and uses them to federate requests to the remote cluster.
@@ -209,6 +209,6 @@ PUT _cluster/settings
209209
[[retrieve-remote-clusters-info]]
210210
=== Retrieving remote clusters info
211211

212-
The <<cluster-remote-info, Remote Cluster Info API>> allows to retrieve
212+
You can use the <<cluster-remote-info, remote cluster info API>> to retrieve
213213
information about the configured remote clusters, as well as the remote nodes
214214
that the node is connected to.

0 commit comments

Comments
 (0)