Set up cross-cluster replication for Aiven for OpenSearch® Limited availability
Set up cross-cluster replication (CCR) for your Aiven for OpenSearch service to ensure efficient data synchronization across different regions and cloud providers.
Cross cluster replication is not available for the Hobbyist and Startup plans.
Steps to set up CCR
-
Log in to the Aiven Console, and select the Aiven for OpenSearch service for which to set up cross-cluster replication.
-
In the service's Overview page, scroll to the Cross cluster replications section and click Create follower.
-
In the Create OpenSearch follower cluster page:
- Enter a name for the follower cluster.
- Select the desired cloud provider.
- Select the desired cloud region.
- Select the service plan.
noteDuring creation, the follower cluster service must have the same service plan as the leader cluster service. This ensures the follower cluster service has as much memory as the leader cluster. You can change the service plan as required later.
- Add additional disk storage based on your business requirements
-
Select Create.
To learn about the current limitations with cross cluster replications for Aiven for OpenSearch, see the Limitations section.
View follower cluster services
You can view all the follower cluster services configured for your OpenSearch service either from the Service integration section on the service Overview screen or in the Integrations tab. Additionally, the OpenSearch services display Leader and Follower tags below the service name to help identify leader cluster and follower cluster services.
Setup cross-cluster replication via API
You can set up the cross cluster replication for Aiven for OpenSearch
service using the service integration endpoint and setting the
integration-type
to opensearch_cross_cluster_replication
. For more
information, see Create new service
integration.
Setup cross-cluster replication via Terraform
You can set up the cross-cluster replication for Aiven for OpenSearch
service via the
Aiven Terraform Provider. Set the integration-type
to
opensearch_cross_cluster_replication
in the Service Integration
resource.