You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-manage/cloud-organization/tools-and-apis.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ You can use the [{{ecloud}} API](https://www.elastic.co/docs/api/doc/cloud/) to
13
13
* Refer to [](/deploy-manage/api-keys/elastic-cloud-api-keys.md) to learn how to generate an API key to access this API.
14
14
* Refer to [{{ecloud}} RESTful API](cloud://reference/cloud-hosted/ec-api-restful.md) for usage information and examples.
15
15
16
+
For additional billing and cost information for {{ecloud}}, you can use the [Cloud Billing API](https://www.elastic.co/docs/api/doc/cloud-billing/).
17
+
16
18
For {{ecloud}} [service status](/deploy-manage/cloud-organization/service-status.md) updates, you can use the [Service Status API](https://status.elastic.co/api/).
17
19
18
20
For information about all of the tools and APIs that you can use to manage your {{ech}} deployments and {{serverless-full}} projects, refer to [](/deploy-manage/deploy/elastic-cloud/tools-apis.md).
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/tools-apis.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ The following REST APIs allow you to manage your {{ecloud}} organization, users,
33
33
| {{ecloud}} organization<br><br>{{ech}} deployments |[{{ecloud}} API](https://www.elastic.co/docs/api/doc/cloud/)| Manage your Cloud organization, members, costs, billing, and more.<br><br>Manage your hosted deployments and all of the resources associated with them, including scaling or autoscaling resources, and managing network security, deployment extensions, remote clusters, and {{stack}} versions.<br><br>Refer to [{{ecloud}} RESTful API](cloud://reference/cloud-hosted/ec-api-restful.md) for usage information and examples. |
| {{ecloud}} billing information |[Cloud Billing API](https://www.elastic.co/docs/api/doc/cloud-billing/)| Retrieve additional billing and cost information about your {{ecloud}} organization. |
36
37
37
38
38
39
### APIs to interact with data and solution features
This snippet is in use in the following locations:
3
+
- ece-remote-cluster-self-managed.md
4
+
- ec-remote-cluster-self-managed.md
5
+
-->
6
+
To configure a self-managed cluster as a remote cluster, use the [cluster update settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). Configure the following fields:
7
+
8
+
*`mode`: `proxy`
9
+
*`proxy_address`: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port. Both IPv4 and IPv6 addresses are supported.
10
+
11
+
Make sure you use the correct port for your authentication method:
12
+
***API keys**: Use the port configured in the remote cluster interface of the remote cluster (defaults to `9443`).
13
+
***TLS Certificates**: Use the {{es}} transport port (defaults to `9300`).
14
+
15
+
When using an IPv6 address, enclose it in square brackets followed by the port number. For example: `[2001:db8::1]:9443`.
16
+
17
+
*`server_name`: Specify a value if the certificate presented by the remote cluster is signed for a different name than the proxy_address.
18
+
19
+
This is an example of the API call to `_cluster/settings`:
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
40
+
::::
41
+
42
+
For a full list of available client connection settings in proxy mode, refer to [remote cluster settings reference](elasticsearch://reference/elasticsearch/configuration-reference/remote-clusters.md#remote-cluster-proxy-settings).
This snippet is in use in the following locations:
3
+
- ece-remote-cluster-self-managed.md
4
+
- ec-remote-cluster-self-managed.md
5
+
-->
6
+
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
7
+
2. Select **Add a remote cluster**.
8
+
2. In **Select connection type**, choose the authentication mechanism you prepared earlier (**API keys** or **Certificates**), and click **Next**.
9
+
10
+
3. In **Add connection information**, fill in the following fields:
11
+
12
+
***Remote cluster name**: This *cluster alias* is a unique identifier that represents the connection to the remote cluster and is used to distinguish local and remote indices.
13
+
14
+
When using API key authentication, this alias must match the **Remote cluster name** you configured when adding the API key in the Cloud UI.
15
+
***Remote address**: Enter the endpoint of the remote self-managed cluster, including the hostname, FQDN, or IP address, and the port.
16
+
17
+
Make sure you use the correct port for your authentication method:
18
+
***API keys**: Use the port configured in the remote cluster interface of the remote cluster (defaults to `9443`).
19
+
***TLS Certificates**: Use the {{es}} transport port (defaults to `9300`).
20
+
21
+
Starting with {{kib}} 9.2, this field also supports IPv6 addresses. When using an IPv6 address, enclose it in square brackets followed by the port number. For example: `[2001:db8::1]:9443`.
22
+
23
+
***Configure advanced options** (optional): Expand this section if you need to customize additional settings.
24
+
***TLS server name**: Specify a value if the certificate presented by the remote cluster is signed for a different name than the remote address.
25
+
***Socket connections**: Define the number of connections to open with the remote cluster.
26
+
27
+
4. Click **Next**.
28
+
5. In **Confirm setup**, click **Add remote cluster** (you have already established trust in a previous step).
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/ec-migrate-ccs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ products:
9
9
- id: cloud-hosted
10
10
---
11
11
12
-
# Migrate from the cross-cluster search deployment template in {{ech}} [ec-migrate-ccs]
12
+
# Migrate from the legacy cross-cluster search deployment template in {{ech}} [ec-migrate-ccs]
13
13
14
-
The cross-cluster search deployment template is now deprecated and has been removed from the {{ecloud}} Console. You no longer need to use the dedicated cross-cluster template to search across deployments. Instead, you can now use any template to [configure remote clusters](ec-enable-ccs.md) and search across them. Existing deployments created using this template are not affected, but they are required to migrate to another template before upgrading to {{stack}} 8.x.
14
+
The legacy cross-cluster search deployment template has been removed from the {{ecloud}} Console. You no longer need a dedicated template to search across deployments. Instead, you can now use any template to [configure remote clusters](ec-enable-ccs.md) and search across them. Existing deployments created using this template are not affected, but they are required to migrate to another template before upgrading to {{stack}} 8.x.
15
15
16
16
There are two different approaches to do this migration:
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/ec-remote-cluster-self-managed.md
+4-100Lines changed: 4 additions & 100 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,109 +221,13 @@ On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
221
221
222
222
### Using {{kib}} [ec_using_kibana_4]
223
223
224
-
1. Go to the **Remote Clusters** management page in the navigation menu or use the [global search field](/explore-analyze/find-and-organize/find-apps-and-objects.md).
225
-
2. Select **Add a remote cluster**.
226
-
2. Enable **Manually enter proxy address and server name**.
227
-
3. Fill in the following fields:
228
-
229
-
***Name**: This *cluster alias* is a unique identifier that represents the connection to the remote cluster and is used to distinguish local and remote indices.
230
-
231
-
When using API key authentication, this alias must match the **Remote cluster name** you configured when adding the API key in the Cloud UI.
232
-
***Proxy address**: This value can be found on the **Security** page of the {{ech}} deployment you want to use as a remote.<br>
233
-
234
-
::::{tip}
235
-
If you’re using API keys as security model, change the port to `9443`.
236
-
::::
237
-
238
-
***Server name**: This value can be found on the **Security** page of the {{ech}} deployment you want to use as a remote.
239
-
240
-
::::{note}
241
-
If you’re having issues establishing the connection and the remote cluster is part of an {{ece}} environment with a private certificate, make sure that the proxy address and server name match with the the certificate information. For more information, refer to [Administering endpoints in {{ece}}](/deploy-manage/deploy/cloud-enterprise/change-endpoint-urls.md).
242
-
::::
243
-
244
-
4. Click **Next**.
245
-
5. Click **Add remote cluster** (you have already established trust in a previous step).
### Using the {{es}} API [ec_using_the_elasticsearch_api_4]
249
228
250
-
To configure a deployment as a remote cluster, use the [cluster update settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings). Configure the following fields:
251
-
252
-
*`mode`: `proxy`
253
-
*`proxy_address`: This value can be found on the **Security** page of the {{ech}} deployment you want to use as a remote. Also, using the API, this value can be obtained from the {{es}} resource info, concatenating the field `metadata.endpoint` and port `9400` using a semicolon.
254
-
255
-
::::{tip}
256
-
If you’re using API keys as security model, change the port into `9443`.
257
-
::::
258
-
259
-
260
-
*`server_name`: This value can be found on the **Security** page of the {{ech}} deployment you want to use as a remote. Also, using the API, this can be obtained from the {{es}} resource info field `metadata.endpoint`.
261
-
262
-
This is an example of the API call to `_cluster/settings`:
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
283
-
::::
284
-
285
-
### Using the {{ecloud}} RESTful API [ec_using_the_elasticsearch_service_restful_api_4]
286
-
287
-
::::{note}
288
-
This section only applies if you’re using TLS certificates as cross-cluster security model and when both clusters belong to the same organization. For other scenarios, the [{{es}} API](#ec_using_the_elasticsearch_api_4) should be used instead.
: The ID of your remote deployment, as shown in the Cloud UI or obtained through the API.
308
-
309
-
`REF_ID_REMOTE`
310
-
: The unique ID of the {{es}} resources inside your remote deployment (you can obtain these values through the API).
311
-
312
-
Note the following when using the {{ecloud}} RESTful API:
313
-
314
-
1. A cluster alias must contain only letters, numbers, dashes (-), or underscores (_).
315
-
2. To learn about skipping disconnected clusters, refer to the [{{es}} documentation](/solutions/search/cross-cluster-search.md#skip-unavailable-clusters).
316
-
3. When remote clusters are already configured for a deployment, the `PUT` request replaces the existing configuration with the new configuration passed. Passing an empty array of resources will remove all remote clusters.
317
-
318
-
The following API request retrieves the remote clusters configuration:
319
-
320
-
```sh
321
-
curl -X GET -H "Authorization: ApiKey $EC_API_KEY" https://api.elastic-cloud.com/api/v1/deployments/$DEPLOYMENT_ID/elasticsearch/$REF_ID/remote-clusters
322
-
```
323
-
324
-
::::{note}
325
-
The response will include just the remote clusters from the same {{ecloud}} organization. In order to obtain the whole list of remote clusters, use {{kib}} or the [{{es}} API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-remote-info) directly.
Copy file name to clipboardExpand all lines: deploy-manage/remote-clusters/ece-migrate-ccs.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,15 @@ products:
9
9
- id: cloud-enterprise
10
10
---
11
11
12
-
# Migrate from the cross-cluster search deployment template in {{ece}} [ece-migrate-ccs]
12
+
# Migrate from the legacy cross-cluster search deployment template in {{ece}} [ece-migrate-ccs]
13
13
14
-
The cross-cluster search deployment template is now deprecated was removed in {{ece}} 3.0. You no longer need to use the dedicated cross-cluster template to search across deployments. Instead, you can now use any template to [configure remote clusters](ece-enable-ccs.md) and search across them. Existing deployments created using this template are not affected, but they are required to migrate to another template before upgrading to {{stack}} 8.x.
14
+
The legacy cross-cluster search deployment template was removed in {{ece}} 3.0. You no longer need a dedicated template to search across deployments. Instead, you can now use any template to [configure remote clusters](ece-enable-ccs.md) and search across them. Existing deployments created using this template are not affected, but they are required to migrate to another template before upgrading to {{stack}} 8.x.
15
15
16
-
In order to migrate your existing CCS deployment using the CCS Deployment template to the new mechanism which supports CCR and cross-environment remote clusters you will need to migrate your data a new deployment [following these steps](#ece-migrate-ccs-deployment-using-snapshot).
16
+
::::{important}
17
+
This guide only applies to {{ece}} 3.x installations and to deployments on {{stack}} versions earlier than 8.0 that were created using the legacy cross-cluster search template.
18
+
::::
17
19
20
+
Follow these instructions to migrate your existing CCS deployment that uses the legacy cross-cluster search template and its data to a new deployment.
18
21
19
22
## Use a snapshot to migrate deployments that use the cross-cluster search deployment template [ece-migrate-ccs-deployment-using-snapshot]
0 commit comments