mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[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…
x
Reference in New Issue
Block a user