Skip to content

Commit 0e3865c

Browse files
authored
Merge branch 'main' into update-sec-325
2 parents dc2db80 + 5d5d348 commit 0e3865c

File tree

51 files changed

+210
-150
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+210
-150
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Using [AutoOps for ECE, ECK, and self-managed clusters](/deploy-manage/monitor/autoops/cc-autoops-as-cloud-connected.md) through Cloud Connect is included with your [self-managed Enterprise license](https://www.elastic.co/subscriptions).
1+
Using [AutoOps for ECE, ECK, and self-managed clusters](/deploy-manage/monitor/autoops/cc-autoops-as-cloud-connected.md) through Cloud Connect is included with your [self-managed Enterprise license](https://www.elastic.co/subscriptions) and self-managed free trials.

deploy-manage/deploy/cloud-enterprise/fresh-installation-of-ece-using-podman-hosts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ This section provides guidelines and recommendations to install ECE using a Podm
7676

7777
To add a new allocator, use `--roles "allocator"`. To add a new coordinator, director, proxy, and allocator, use `--roles "allocator,coordinator,director,proxy"`
7878

79-
79+
::::{note}
80+
When using Podman, removing an image with the `--force` (`-f`) option not only deletes the image reference but also removes any containers that depend on that image. This behavior differs from Docker, where forced image removal does not automatically remove running or stopped containers. Therefore, avoid using the `--force` (`-f`) option with the `docker rmi` command.
81+
::::

deploy-manage/deploy/cloud-enterprise/migrate-ece-to-podman-hosts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,3 +521,7 @@ Using Docker or Podman as container runtime is a configuration local to the host
521521
5. Remove the Docker allocator by following the [Delete Hosts](../../maintenance/ece/delete-ece-hosts.md) guidelines.
522522
523523
As an alternative, use the [Delete Runner](https://www.elastic.co/docs/api/doc/cloud-enterprise/operation/operation-delete-runner) API.
524+
525+
::::{note}
526+
When using Podman, removing an image with the `--force` (`-f`) option not only deletes the image reference but also removes any containers that depend on that image. This behavior differs from Docker, where forced image removal does not automatically remove running or stopped containers. Therefore, avoid using the `--force` (`-f`) option with the `docker rmi` command.
527+
::::

deploy-manage/deploy/elastic-cloud/regions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ The following GCP regions are currently available:
5454
| asia-south1 | Mumbai |
5555
| europe-west1 | Belgium |
5656
| us-central1 | Iowa |
57-
57+
| us-east1 | South Carolina |
58+
| us-east4 | Virginia |
59+
| us-west1 | Oregon |
5860

5961
## Marketplaces
6062

deploy-manage/monitor/_snippets/autoops-cc-regions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Choose from the following AWS regions:
2-
31
| Region | Name |
42
| --- | --- |
53
| us-east-2 | Ohio |

deploy-manage/monitor/autoops/cc-cloud-connect-autoops-faq.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Find answers to your questions about AutoOps for ECE, ECK, and self-managed clus
1414
**General questions**
1515
* [Why should I use AutoOps for my clusters?](#why-autoops)
1616
* [Does this feature require additional payment?](#additional-payment)
17+
* [Is there an added cost for shipping metrics data to {{ecloud}}?](#autoops-metrics-cost)
1718
* [Which versions of {{es}} does AutoOps support?](#es-versions)
1819
* [Which deployment types can be connected to AutoOps?](#deployment-types)
1920

@@ -24,7 +25,7 @@ Find answers to your questions about AutoOps for ECE, ECK, and self-managed clus
2425
* [Do I have to define an Elastic IP address to enable the agent to send data to {{ecloud}}?](#elastic-ip-address)
2526

2627
**Questions about collected metrics**
27-
* [Where are AutoOps metrics stored, and does it cost extra to ship metrics data to {{ecloud}}?](#autoops-metrics)
28+
* [Where are AutoOps metrics stored?](#autoops-metrics-storage)
2829
* [What information does {{agent}} extract from my cluster?](#extracted-info)
2930

3031
## General questions
@@ -35,6 +36,11 @@ $$$additional-payment$$$ **Does this feature require additional payment?**
3536
: :::{include} /deploy-manage/_snippets/autoops-cc-payment-faq.md
3637
:::
3738

39+
$$$autoops-metrics-cost$$$ **Is there an added cost for shipping metrics data to {{ecloud}}?**
40+
: Elastic does not charge extra for this service, but your cloud service provider (CSP) might. When sending metrics data from your cluster in a CSP region to {{ecloud}}, shipping costs will be determined by your agreement with that CSP.
41+
42+
You can [choose the CSP region where your data is stored](#autoops-metrics-storage).
43+
3844
$$$es-versions$$$ **Which versions of {{es}} does AutoOps support?**
3945
: AutoOps is compatible with all [supported {{es}} versions](https://www.elastic.co/support/eol).
4046

@@ -60,14 +66,12 @@ $$$elastic-ip-address$$$ **Do I have to define an Elastic IP address to enable t
6066
: For more information, refer to [](/deploy-manage/security/elastic-cloud-static-ips.md).
6167

6268
## Questions about collected metrics
63-
$$$autoops-metrics$$$ **Where are AutoOps metrics stored, and does it cost extra to ship metrics data to {{ecloud}}?**
64-
: You can choose the CSP and region in which your cluster metrics will be stored.
69+
$$$autoops-metrics-storage$$$ **Where are AutoOps metrics stored?**
70+
: You can choose where to store your metrics from the following AWS regions:
6571

6672
:::{include} ../_snippets/autoops-cc-regions.md
6773
:::
6874

69-
Shipping metrics to {{ecloud}} may come at an additional cost. For example, when sending metrics data from your cluster in a CSP region to {{ecloud}}, shipping costs will be determined by your agreement with that CSP.
70-
7175
$$$extracted-info$$$ **What information does {{agent}} extract from my cluster?**
7276
: {{agent}} only extracts and sends cluster metrics to {{ecloud}}, not the underlying data within your cluster. The following metrics are collected:
7377

deploy-manage/monitor/autoops/cc-connect-self-managed-to-autoops.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ Select one of the following methods to install {{agent}}:
9292

9393
* **Kubernetes**
9494
* **Docker**
95+
* **Linux**
9596
<!-- Not applicable for private preview
96-
* Linux
97-
* Windows
97+
* **Windows**
9898
-->
9999

100100
:::{important}
@@ -204,7 +204,7 @@ If you manually assign privileges, you won't be able to allow {{agent}} to acces
204204

205205
:::::
206206
* **System architecture**: Select the system architecture of the machine running the agent.
207-
* **Metrics storage location**: Select where to store your metrics data from the list of available cloud service providers and regions.
207+
* **Metrics storage location**: Select where to store your metrics data from the list of available regions.
208208

209209
:::{include} ../_snippets/autoops-cc-regions.md
210210
:::
@@ -220,8 +220,8 @@ The wizard will generate an installation command based on your configuration. De
220220
* Docker
221221
* Docker
222222
* Docker compose
223-
<!-- Not applicable for private preview
224223
* Linux
224+
<!-- Not applicable for private preview
225225
* Windows
226226
-->
227227

deploy-manage/remote-clusters/ec-enable-ccs-for-eck.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: With {{eck}}
2+
navigation_title: To {{eck}}
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud/current/ec-enable-ccs-for-eck.html
55
applies_to:
@@ -10,7 +10,7 @@ products:
1010
- id: cloud-hosted
1111
---
1212

13-
# Remote clusters between {{ech}} and ECK [ec-enable-ccs-for-eck]
13+
# Connect {{ech}} deployments to {{eck}} clusters [ec-enable-ccs-for-eck]
1414

1515
These steps describe how to configure remote clusters between an {{es}} cluster in {{ech}} (ECH) and an {{es}} cluster running within [{{eck}} (ECK)](/deploy-manage/deploy/cloud-on-k8s.md). Once that’s done, you’ll be able to [run CCS queries from {{es}}](/solutions/search/cross-cluster-search.md) or [set up CCR](/deploy-manage/tools/cross-cluster-replication/set-up-cross-cluster-replication.md).
1616

deploy-manage/remote-clusters/ec-enable-ccs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: Elastic Cloud Hosted
2+
navigation_title: On Elastic Cloud Hosted
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud/current/ec-enable-ccs.html
55
applies_to:
@@ -9,9 +9,9 @@ products:
99
- id: cloud-hosted
1010
---
1111

12-
# Remote clusters with {{ech}} [ec-enable-ccs]
12+
# Remote clusters on {{ech}} [ec-enable-ccs]
1313

14-
You can configure an {{ech}} deployment to remotely access or (be accessed by) a cluster from:
14+
You can configure an {{ech}} deployment to either connect to remote clusters or accept connections from:
1515

1616
* Another {{ech}} deployment of your {{ecloud}} organization, across any region or cloud provider (AWS, GCP, Azure…)
1717
* An {{ech}} deployment of another {{ecloud}} organization

deploy-manage/remote-clusters/ec-remote-cluster-ece.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
navigation_title: With {{ece}}
2+
navigation_title: To {{ece}}
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud/current/ec-remote-cluster-ece.html
55
applies_to:
@@ -10,7 +10,7 @@ products:
1010
- id: cloud-hosted
1111
---
1212

13-
# Access deployments of an {{ece}} environment [ec-remote-cluster-ece]
13+
# Connect {{ech}} deployments to an {{ece}} environment [ec-remote-cluster-ece]
1414

1515
This section explains how to configure a deployment to connect remotely to clusters belonging to an {{ECE}} (ECE) environment.
1616

@@ -61,12 +61,12 @@ The steps to follow depend on whether the Certificate Authority (CA) of the remo
6161
On the **Hosted deployments** page you can narrow your deployments by name, ID, or choose from several other filters. To customize your view, use a combination of filters, or change the format from a grid to a list.
6262

6363
3. From the navigation menu, select **Security**.
64-
4. Locate **Remote connections** and select **Add API key**.
64+
4. Locate **Remote Connections > Trust management > Connections using API keys** and select **Add API key**.
6565

66-
1. Add a setting:
66+
1. Fill both fields.
6767

68-
* For the **Setting name**, enter the the alias of your choice. You will use this alias to connect to the remote cluster later. It must be lowercase and only contain letters, numbers, dashes and underscores.
69-
* For the **Secret**, paste the encoded cross-cluster API key.
68+
* For the **Remote cluster name**, enter the the alias of your choice. You will use this alias to connect to the remote cluster later. It must be lowercase and only contain letters, numbers, dashes and underscores.
69+
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key.
7070

7171
2. Click **Add** to save the API key to the keystore.
7272

@@ -95,8 +95,8 @@ If you need to update the remote connection with different permissions later, re
9595

9696
1. Fill both fields.
9797

98-
* For the **Setting name**, enter the the alias of your choice. You will use this alias to connect to the remote cluster later. It must be lowercase and only contain letters, numbers, dashes and underscores.
99-
* For the **Secret**, paste the encoded cross-cluster API key.
98+
* For the **Remote cluster name**, enter the the alias of your choice. You will use this alias to connect to the remote cluster later. It must be lowercase and only contain letters, numbers, dashes and underscores.
99+
* For the **Cross-cluster API key**, paste the encoded cross-cluster API key.
100100

101101
2. Click **Add** to save the API key to the keystore.
102102
3. Repeat these steps for each API key you want to add. For example, if you want to use several deployments of the remote environment for CCR or CCS.
@@ -201,7 +201,9 @@ On the local cluster, add the remote cluster using {{kib}} or the {{es}} API.
201201
2. Enable **Manually enter proxy address and server name**.
202202
3. Fill in the following fields:
203203

204-
* **Name**: This *cluster alias* is a unique identifier that represents the connection to the remote cluster and is used to distinguish between local and remote indices.
204+
* **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.
205+
206+
When using API key authentication, this alias must match the **Remote cluster name** you configured when adding the API key in the Cloud UI.
205207
* **Proxy address**: This value can be found on the **Security** page of the {{ech}} deployment you want to use as a remote.<br>
206208

207209
::::{tip}
@@ -251,6 +253,9 @@ PUT /_cluster/settings
251253
}
252254
```
253255

256+
::::{note}
257+
When using API key authentication, the cluster alias must match the one you configured when adding the API key in the Cloud UI.
258+
::::
254259

255260
### Using the {{ecloud}} RESTful API [ec_using_the_elasticsearch_service_restful_api_3]
256261

0 commit comments

Comments
 (0)