IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get remote clusters for cross-cluster search
editGet remote clusters for cross-cluster search
editThis endpoint is deprecated and scheduled to be removed in the next major version. Use get Elasticsearch remote clusters instead.
Returns cross-cluster search configuration for the Elasticsearch cluster.
Request
editGET /api/v1/clusters/elasticsearch/{cluster_id}/ccs/settings
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
Elasticsearch cluster identifier |
Responses
edit-
200
-
The configuration for cross-cluster search
-
404
-
The cluster specified by {cluster_id} or a remote cluster cannot be found (code: 'clusters.cluster_not_found')
Request example
editcurl -XGET https://{{hostname}}/api/v1/clusters/elasticsearch/{cluster_id}/ccs/settings \ -H "Authorization: ApiKey $ECE_API_KEY"