Migrate Elasticsearch and associated Kibana resources to enable CCR
Migrates the specified Elasticsearch resource and its associated Kibana to enable CCR (if supported).
Path parameters
-
deployment_id
string Required Identifier for the Deployment.
-
ref_id
string Required User-specified RefId for the Resource (or '_main' if there is only one).
Query parameters
-
validate_only
boolean When
true
, will not enable CCR but returns warnings if any elements may lose availability during CCR enablementDefault value is
false
.
POST
/deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-ccr
curl \
--request POST 'https://api.elastic-cloud.com/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-ccr'