It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
Search clusters that can be used as cross-cluster search remotes
editSearch clusters that can be used as cross-cluster search remotes
editRetrieves the information for all of the Elasticsearch clusters that can selected as remotes in a given version.
Request
editGET /api/v1/clusters/elasticsearch/ccs/eligible_remotes
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
(Optional) Returns only clusters filtered by the provided owner id. |
|
|
N |
(Optional) Cluster name or id prefix to filters the candidates. |
|
|
N |
(Optional) Maximum number of clusters to include in the response. |
|
|
Y |
The version of the cross-cluster search cluster that will link with the remote candidates. |
Responses
edit-
200
-
(
ElasticsearchClustersInfo
) A list of Elasticsearch clusters that can be used as cross-cluster search remotes in deployments with the provided version -
400
-
(
BasicFailedReply
) The search request failed.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request example
editcurl -XGET {{hostname}}/api/v1/clusters/elasticsearch/ccs/eligible_remotes \ -u $CLOUD_USER:$CLOUD_KEY