[DOCS] clarify that tribe node connects to every node in every cluster

Closes #16756
This commit is contained in:
javanna 2016-03-23 10:43:48 +01:00 committed by Luca Cavanna
parent a3bb409f03
commit 4bfef1fde1
1 changed files with 2 additions and 1 deletions

View File

@ -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: