File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,12 @@ federated search requests.
1010
1111Cross cluster search works by configuring a remote cluster in the cluster state and connecting only to a
1212limited 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+
1419Each node in a cluster that has remote clusters configured connects to one or more _gateway nodes_ and uses
1520them to federate search requests to the remote cluster.
1621
@@ -167,6 +172,7 @@ will be prefixed with their remote cluster name:
167172--------------------------------------------------
168173
169174[float]
175+ [[cross-cluster-search-settings]]
170176=== Cross cluster search settings
171177
172178`search.remote.connections_per_cluster`::
You can’t perform that action at this time.
0 commit comments