[DOCS] clarify that tribe node connects to every node in every cluster
Closes #16756
This commit is contained in:
parent
a3bb409f03
commit
4bfef1fde1
|
@ -7,7 +7,8 @@ multiple clusters.
|
|||
The tribe node works by retrieving the cluster state from all connected
|
||||
clusters and merging them into a global cluster state. With this information
|
||||
at hand, it is able to perform read and write operations against the nodes in
|
||||
all clusters as if they were local.
|
||||
all clusters as if they were local. Note that a tribe node needs to be able
|
||||
to connect to each single node in every configured cluster.
|
||||
|
||||
The `elasticsearch.yml` config file for a tribe node just needs to list the
|
||||
clusters that should be joined, for instance:
|
||||
|
|
Loading…
Reference in New Issue