Skip to content

Commit cbaf833

Browse files
authored
Clarify license prerequisites for cross-cluster replication tutorial (#4006)
1 parent ca9763b commit cbaf833

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

deploy-manage/tools/cross-cluster-replication/ccr-getting-started-prerequisites.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ products:
1616

1717
To complete this tutorial, you need:
1818

19-
* The `manage` cluster privilege on the local cluster.
20-
* A license on both clusters that includes {{ccr}}. [Activate a free 30-day trial](../../license/manage-your-license-in-self-managed-cluster.md).
21-
* An index on the remote cluster that contains the data you want to replicate. This tutorial uses the sample eCommerce orders data set. [Load sample data](../../../explore-analyze/index.md#gs-get-data-into-kibana).
22-
* In the local cluster, all nodes with the `master` [node role](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md#node-roles) must also have the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. The local cluster must also have at least one node with both a data role and the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. Individual tasks for coordinating replication scale based on the number of data nodes with the `remote_cluster_client` role in the local cluster.
19+
- The `manage` cluster privilege on the local cluster.
20+
- Both clusters must have the same [license](/deploy-manage/license.md) type, and that license must support {{ccr}}.
21+
- [Activate a free 30-day trial](../../license/manage-your-license-in-self-managed-cluster.md).
22+
- An index on the remote cluster that contains the data you want to replicate. This tutorial uses the sample eCommerce orders data set. [Load sample data](../../../explore-analyze/index.md#gs-get-data-into-kibana).
23+
- In the local cluster, all nodes with the `master` [node role](elasticsearch://reference/elasticsearch/configuration-reference/node-settings.md#node-roles) must also have the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. The local cluster must also have at least one node with both a data role and the [`remote_cluster_client`](../../distributed-architecture/clusters-nodes-shards/node-roles.md#remote-node) role. Individual tasks for coordinating replication scale based on the number of data nodes with the `remote_cluster_client` role in the local cluster.
2324

0 commit comments

Comments
 (0)