Skip to content

Commit a732e04

Browse files
authored
Merge branch 'main' into 1572/ilm-create-template
2 parents 4f0e90b + e5c63da commit a732e04

File tree

136 files changed

+2654
-1576
lines changed

Some content is hidden

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

136 files changed

+2654
-1576
lines changed

.github/workflows/doc-preview-comment.yml

Lines changed: 0 additions & 77 deletions
This file was deleted.

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
deployments: write
1717
id-token: write
1818
contents: read
19-
pull-requests: read
19+
pull-requests: write

cloud-account/multifactor-authentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,12 @@ The only secure and recommended approach is to use one Elastic account for each
106106

107107
For now, you will need to answer an MFA challenge on every login, but we are working on adding a **Trust this device** option, which will "silence" the MFA challenge for one month per user session.
108108

109+
**Can I use multiple email addresses for MFA?**
110+
111+
No, only one email address can be used for MFA verification. In alignment with security best practices, Elastic Cloud is designed to use only one designated email address for MFA purposes. This email is used to send your one-time verification codes during login. If you need to update your MFA email address, review [Update your email address](update-your-email-address.md) for more information.
112+
113+
114+
115+
116+
109117

deploy-manage/autoscaling/autoscaling-in-ece-and-ech.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Currently, autoscaling behavior is as follows:
4343
* **Data tiers**
4444

4545
* Each {{es}} [data tier](../../manage-data/lifecycle/data-tiers.md) scales upward based on the amount of available storage. When we detect more storage is needed, autoscaling will scale up each data tier independently to ensure you can continue and ingest more data to your hot and content tier, or move data to the warm, cold, or frozen data tiers.
46-
* In addition to scaling up existing data tiers, a new data tier will be automatically added when necessary, based on your [index lifecycle management policies](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-index-management.html).
46+
* In addition to scaling up existing data tiers, a new data tier will be automatically added when necessary, based on your [index lifecycle management policies](/manage-data/lifecycle/index-lifecycle-management.md).
4747
* To control the maximum size of each data tier and ensure it will not scale above a certain size, you can use the maximum size per zone field.
4848
* Autoscaling based on memory or CPU, as well as autoscaling downward, is not currently supported. In case you want to adjust the size of your data tier to add more memory or CPU, or in case you deleted data and want to scale it down, you can set the current size per zone of each data tier manually.
4949

deploy-manage/cloud-organization/billing/billing-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $$$faq-included$$$What is included in my paid {{ech}} deployment?
9999

100100
* Free 1GB RAM {{kib}} instance
101101
* Free 1GB RAM Machine Learning node
102-
* Free 1GB RAM APM server
102+
* Free 1GB RAM APM / Integrations Server instance
103103
* A free allowance for [data transfer and snapshot storage costs](#faq-dts)
104104

105105
Note that if you go above the free tier of Kibana/ML/APM (for example, a 2GB {{kib}} instance), you will be charged in full for the size of that instance.

deploy-manage/deploy/cloud-enterprise/configure-host-rhel.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -100,30 +100,26 @@ Make sure to use a supported combination of Linux distribution and container eng
100100

101101
* For Podman 5
102102

103-
* Install version `5.2.2-13.*` using dnf.
103+
* Install the latest available version of Podman `5.2.2` using dnf.
104104

105105
:::{note}
106-
As mentioned in [Migrating to Podman 5](migrate-to-podman-5.md) it is recommended to install Podman `5.2.2-13` since this is the latest supported version.
107-
108-
If you decide to install a previous Podman 5 version, make sure to replace `5.2.2-13` with the desired version in the commands below.
109-
110-
The version lock is still required for previous versions, to prevent automatic in-place updates that may be affected by a known [memory leak issue](https://github.com/containers/podman/issues/25473).
106+
Podman versions `5.2.2-11` and `5.2.2-13` are affected by a known [memory leak issue](https://github.com/containers/podman/issues/25473). To avoid this bug, use a later build of `5.2.2`, such as `5.2.2-16` or newer. Refer to the official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise) for more information.
111107
:::
112108

113109
```sh
114-
sudo dnf install podman-5.2.2-13.* podman-remote-5.2.2-13.*
110+
sudo dnf install podman-5.2.2 podman-remote-5.2.2
115111
```
116-
* To prevent automatic Podman updates to unsupported versions, configure the Podman version to be locked at version `5.2.2-13.*`.
112+
* To prevent automatic Podman updates to unsupported versions, configure the Podman version to be locked at version `5.2.2`.
117113

118114
```sh
119115
## Install versionlock
120116
sudo dnf install 'dnf-command(versionlock)'
121117
122118
## Lock major version
123-
sudo dnf versionlock add --raw 'podman-5.2.2-13.*'
124-
sudo dnf versionlock add --raw 'podman-remote-5.2.2-13.*'
119+
sudo dnf versionlock add --raw 'podman-5.2.2'
120+
sudo dnf versionlock add --raw 'podman-remote-5.2.2'
125121
126-
## Verify that podman-5.2.2-13.* and podman-remote-5.2.2-13.* appear in the output
122+
## Verify that podman-5.2.2 and podman-remote-5.2.2 appear in the output
127123
sudo dnf versionlock list
128124
```
129125

deploy-manage/deploy/cloud-enterprise/ece-configure-templates-index-management.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ In a template that creates a hot-warm architecture, you can use index curation t
2020

2121
Configuring index management is part of the larger task of [creating deployment templates](ece-configuring-ece-create-templates.md) or editing them. The choices you make here determine which index management methods are available to your users when they create deployments.
2222

23-
You should configure all index management methods that you want your users to be able to choose from when they create their deployments from your template. You can configure index curation, index lifecycle management, or both. If you are not sure which index management methods to configure, take a look at how your users are asked to [configure index management](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-index-management.html) when they customize their deployments.
23+
You should configure all index management methods that you want your users to be able to choose from when they create their deployments from your template. You can configure index curation, index lifecycle management, or both.
2424

25+
::::{note}
26+
Index curation has been deprecated in favor of [index lifecycle management](/manage-data/lifecycle/index-lifecycle-management.md). For {{stack}} version 6.7 and later, any deployments using index curation will be prompted to [migrate to ILM](/manage-data/lifecycle/index-lifecycle-management/migrate-index-management.md).
27+
::::
2528

2629
## Steps [ece_steps_2]
2730

deploy-manage/deploy/cloud-enterprise/ece-integrations-server-api-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ For more information on how to manage Integrations Server from the UI, check [Ma
1919

2020
Integrations Server can be enabled only on new deployments, starting with {{stack}} version 8.0.
2121

22-
It’s possible to enable Integrations Server on an existing deployment with version 8.0 only if [APM & Fleet Server](https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-apm-and-fleet.html) hasn’t been previously enabled on the deployment.
22+
It’s possible to enable Integrations Server on an existing deployment with version 8.0 only if the legacy [APM & Fleet Server](https://www.elastic.co/guide/en/cloud-enterprise/3.8/ece-manage-apm-and-fleet.html) hasn’t been previously enabled on the deployment.
2323

2424

2525
## API request example [ece_api_request_example_2]

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-apm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navigation_title: APM user settings
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-manage-apm-settings.html
5+
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-apm-settings.html
56
applies_to:
67
deployment:
78
ece: all

deploy-manage/deploy/cloud-enterprise/edit-stack-settings-elasticsearch.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
navigation_title: Elasticsearch user settings
33
mapped_pages:
44
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-add-user-settings.html
5+
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-change-user-settings-examples.html
56
applies_to:
67
deployment:
78
ece: all
@@ -17,9 +18,11 @@ Change how {{es}} runs by providing your own user settings. User settings are ap
1718
If a feature requires both standard `elasticsearch.yml` settings and [secure settings](/deploy-manage/security/secure-settings.md), configure the secure settings first. Updating standard user settings can trigger a cluster rolling restart, and if the required secure settings are not yet in place, the nodes might fail to start. Adding secure settings does not trigger a restart.
1819
:::
1920

20-
{{ece}} automatically rejects `elasticsearch.yml` settings that could break your cluster, including some zen discovery and security settings.
21+
{{ece}} automatically rejects `elasticsearch.yml` settings that could break your cluster, including some zen discovery and security settings. For a detailed list of settings, refer to the [{{es}} configuration reference](elasticsearch://reference/elasticsearch/configuration-reference/index.md).
2122

22-
For a list of supported settings, check [Supported {{es}} settings](elasticsearch://reference/elasticsearch/configuration-reference/index.md).
23+
::::{note}
24+
Most of the user settings that are available for the {{es}} version that your cluster is running are also available on {{ece}}, regardless of being marked as "supported on {{ech}}".
25+
::::
2326

2427
To add or edit {{es}} user settings:
2528

@@ -37,6 +40,7 @@ To add or edit {{es}} user settings:
3740
If you encounter the **Edit elasticsearch.yml** carets, be sure to make your changes on all {{es}} node types.
3841
::::
3942

43+
$$$ece-change-user-settings-examples$$$
4044
## Example: enable email notifications [ece_enable_email_notifications_from_gmail]
4145

4246
To enable email notifications in your {{es}} cluster, you need to configure an email account and related settings. For complete instructions, refer to [Configuring email accounts](/explore-analyze/alerts-cases/watcher/actions-email.md#configuring-email).

0 commit comments

Comments
 (0)