Logo
Elasticsearch API Documentation

Migrate Elasticsearch and associated Kibana resources to enable CCR

POST {{baseUrl}}/deployments/:deployment_id/elasticsearch/:ref_id/_enable-ccr?validate_only=false

Migrates the specified Elasticsearch resource and its associated Kibana to enable CCR (if supported).

 

Body PARAM

Key Datatype Required Description 
validate_only
boolean When `true`, will not enable CCR but returns warnings if any elements may lose availability during CCR enablement



HEADERS

Key Datatype Required Description 




RESPONSES

status OK





Curl
curl -X POST 'https://api.elastic-cloud.com/api/v1//deployments/:deployment_id/elasticsearch/:ref_id/_enable-ccr?validate_only=false?validate_only=false'

ENDPOINTS