mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Clarify remote_cluster_client role (#70186)
This commit addresses two aspects of the description in the docs of configuring a local node to be a remote cluster client. First, the documentation was referring to the legacy setting for configuring a remote cluster client. Secondly, we clarify that additional features, not only cross-cluster search, have requirements around the usage of the remote_cluster_client role. Co-authored-by: Przemysław Witek <przemyslaw.witek@elastic.co> Co-authored-by: James Rodewig <40268737+jrodewig@users.noreply.github.com>
This commit is contained in:
parent
3a814a2053
commit
cfad8376f4
2 changed files with 14 additions and 5 deletions
|
@ -83,6 +83,12 @@ indices on the local cluster. <<stack-management-ccr-local,Configure local clust
|
|||
* An index on the remote cluster that contains the data you want to replicate.
|
||||
This tutorial uses the sample eCommerce orders data set.
|
||||
{kibana-ref}/get-started.html#gs-get-data-into-kibana[Load sample data].
|
||||
* In the local cluster, all nodes with the `master` <<node-roles,node role>> must
|
||||
also have the <<remote-node,`remote_cluster_client`>> role. The local cluster
|
||||
must also have at least one node with both a data role and the
|
||||
<<remote-node,`remote_cluster_client`>> role. Individual tasks for coordinating
|
||||
replication scale based on the number of data nodes with the
|
||||
`remote_cluster_client` role in the local cluster.
|
||||
|
||||
[[ccr-getting-started-remote-cluster]]
|
||||
==== Connect to a remote cluster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue