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
-
Identifier for the Deployment.
-
User-specified RefId for the Resource (or '_main' if there is only one).
POST
/deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-ccr
curl \
--request POST 'https://{{hostname}}/api/v1/deployments/{deployment_id}/elasticsearch/{ref_id}/_enable-ccr' \
--user "username:password"