Skip to content

Commit 018c6c3

Browse files
authored
[DOCS] Clarify connections and gateway nodes selection in cross cluster search docs (#24859)
Closes #24836
1 parent 6dea5f1 commit 018c6c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/reference/modules/cross-cluster-search.asciidoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ federated search requests.
1010

1111
Cross cluster search works by configuring a remote cluster in the cluster state and connecting only to a
1212
limited number of nodes in the remote cluster. Each remote cluster is referenced by a name and a list of seed nodes.
13-
Those seed nodes are used to discover nodes in the remote cluster which are eligible as _gateway nodes_.
13+
When a remote cluster is registered, its cluster state is retrieved from one of the seed nodes so that up to 3
14+
_gateway nodes_ are selected to be connected to as part of upcoming cross cluster search requests.
15+
Cross cluster search requests consist of uni-directional connections from the coordinating node to the previously
16+
selected remote nodes only. It is possible to tag which nodes should be selected through
17+
node attributes (see <<cross-cluster-search-settings>>).
18+
1419
Each node in a cluster that has remote clusters configured connects to one or more _gateway nodes_ and uses
1520
them to federate search requests to the remote cluster.
1621

@@ -169,6 +174,7 @@ will be prefixed with their remote cluster name:
169174
// TESTRESPONSE
170175

171176
[float]
177+
[[cross-cluster-search-settings]]
172178
=== Cross cluster search settings
173179

174180
`search.remote.connections_per_cluster`::

0 commit comments

Comments
 (0)