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/deploy/cloud-enterprise/configure-host-rhel.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,26 +99,26 @@ Verify that required traffic is allowed. Check the [Networking prerequisites](ec
99
99
100
100
* For Podman 5
101
101
102
-
* Install the latest available version of Podman `5.2.2` using dnf.
102
+
* Install the latest available version `5.*` using dnf.
103
103
104
104
:::{note}
105
-
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.
105
+
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 version. Refer to the official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise) for more information.
106
106
:::
107
107
108
108
```sh
109
-
sudo dnf install podman-5.2.2 podman-remote-5.2.2
109
+
sudo dnf install podman-5.* podman-remote-5.*
110
110
```
111
-
* To prevent automatic Podman updates to unsupported versions, configure the Podman version to be locked at version `5.2.2`.
111
+
* To prevent automatic Podman major version updates, configure the Podman version to be locked at version `5.*`while still allowing minor and patch updates.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/cloud-enterprise/migrate-ece-to-podman-hosts.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,27 +129,27 @@ Using Docker or Podman as container runtime is a configuration local to the host
129
129
130
130
* For Podman 5
131
131
132
-
* Install the latest available version of Podman `5.2.2` using dnf.
132
+
* Install the latest available version `5.*` using dnf.
133
133
134
134
:::{note}
135
-
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.
135
+
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 version. Refer to the official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise) for more information.
136
136
:::
137
137
138
138
```sh
139
-
sudo dnf install podman-5.2.2 podman-remote-5.2.2
139
+
sudo dnf install podman-5.* podman-remote-5.*
140
140
```
141
141
142
-
* To prevent automatic Podman updates to unsupported versions, configure the Podman version to be locked at version `5.2.2`.
142
+
* To prevent automatic Podman major version updates, configure the Podman version to be locked at version `5.*`while still allowing minor and patch updates.
Copy file name to clipboardExpand all lines: deploy-manage/deploy/cloud-enterprise/migrate-to-podman-5.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,21 +13,21 @@ This guide describes the supported ways to upgrade or migrate your {{ece}} (ECE)
13
13
14
14
***Grow-and-shrink upgrade**: [Add new hosts](./install-ece-on-additional-hosts.md) running the desired Podman version to your ECE installation, then [remove the old ones](/deploy-manage/uninstall/uninstall-elastic-cloud-enterprise.md). This method is safer and preferred, as it avoids potential risks associated with upgrading the container engine or the operating system in place.
15
15
16
-
ECE only supports Podman 5 in version `5.2.2`, regardless of your upgrade method. Later versions such as `5.2.3` and above are not supported. Refer always to the official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise) for details on supported versions.
16
+
ECE supports Podman 5, regardless of your upgrade method. Refer to the official [Support matrix](https://www.elastic.co/support/matrix#elastic-cloud-enterprise) for details on supported versions.
17
17
18
18
:::{important}
19
-
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 issue, use a later build such as `5.2.2-16` or newer.
19
+
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 issue, use a later Podman version.
20
20
:::
21
21
22
22
The following table summarizes the supported upgrade paths to Podman 5 in ECE.
When you create a project, you select the project type applicable to your use case, so only the relevant and impactful applications and features are easily accessible to you.
||**Observability**<br> Monitor applications and systems with Elastic Observability.<br><br>[**View guide →**](/solutions/observability/get-started.md)<br> |
22
-
||**Security**<br> Detect, investigate, and respond to threats with Elastic Security.<br><br>[**View guide →**](/solutions/security/get-started/create-security-project.md)<br> |
22
+
||**Security**<br> Detect, investigate, and respond to threats with Elastic Security.<br><br>[**View guide →**](/solutions/security/get-started.md#create-sec-serverless-project)<br> |
Copy file name to clipboardExpand all lines: deploy-manage/deploy/elastic-cloud/serverless.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Elastic provides three serverless solutions available on {{ecloud}}. Follow thes
29
29
30
30
***[{{es-serverless}}](/solutions/search/get-started.md)**: Build powerful applications and search experiences using a rich ecosystem of vector search capabilities, APIs, and libraries.
31
31
***[{{obs-serverless}}](../../../solutions/observability/get-started.md)**: Monitor your own platforms and services using powerful machine learning and analytics tools with your logs, metrics, traces, and APM data.
32
-
***[{{sec-serverless}}](../../../solutions/security/get-started/create-security-project.md)**: Detect, investigate, and respond to threats with SIEM, endpoint protection, and AI-powered analytics capabilities.
32
+
***[{{sec-serverless}}](../../../solutions/security/get-started.md#create-sec-serverless-project)**: Detect, investigate, and respond to threats with SIEM, endpoint protection, and AI-powered analytics capabilities.
Copy file name to clipboardExpand all lines: deploy-manage/users-roles/cloud-organization/user-roles.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,20 +96,20 @@ You can optionally [create custom roles in a project](/deploy-manage/users-roles
96
96
97
97
| Name | Description | Available |
98
98
| --- | --- | --- |
99
-
| Admin | Has full access to project management, properties, and security privileges. Admins log into projects with superuser role privileges. |[](../../../solutions/search.md)[](../../../solutions/observability.md)[](../../../solutions/security/elastic-security-serverless.md)|
99
+
| Admin | Has full access to project management, properties, and security privileges. Admins log into projects with superuser role privileges. |[](../../../solutions/search.md)[](../../../solutions/observability.md)[](../../../solutions/security.md)|
100
100
| Developer | Creates API keys, indices, data streams, adds connectors, and builds visualizations. |[](../../../solutions/search.md)|
101
-
| Viewer | Has read-only access to project details, data, and features. |[](../../../solutions/search.md)[](../../../solutions/observability.md)[](../../../solutions/security/elastic-security-serverless.md)|
102
-
| Editor | Configures all Observability or Security projects. Has read-only access to data indices. Has full access to all project features. |[](../../../solutions/observability.md)[](../../../solutions/security/elastic-security-serverless.md)|
103
-
| Tier 1 analyst | Ideal for initial alert triage. General read access, can create dashboards and visualizations. |[](../../../solutions/security/elastic-security-serverless.md)|
104
-
| Tier 2 analyst | Ideal for alert triage and beginning the investigation process. Can create cases. |[](../../../solutions/security/elastic-security-serverless.md)|
105
-
| Tier 3 analyst | Deeper investigation capabilities. Access to rules, lists, cases, Osquery, and response actions. |[](../../../solutions/security/elastic-security-serverless.md)|
106
-
| Threat intelligence analyst | Access to alerts, investigation tools, and intelligence pages. |[](../../../solutions/security/elastic-security-serverless.md)|
107
-
| Rule author | Access to detection engineering and rule creation. Can create rules from available data sources and add exceptions to reduce false positives. |[](../../../solutions/security/elastic-security-serverless.md)|
108
-
| SOC manager | Access to alerts, cases, investigation tools, endpoint policy management, and response actions. |[](../../../solutions/security/elastic-security-serverless.md)|
109
-
| Endpoint operations analyst | Access to endpoint response actions. Can manage endpoint policies, {{fleet}}, and integrations. |[](../../../solutions/security/elastic-security-serverless.md)|
110
-
| Platform engineer | Access to {{fleet}}, integrations, endpoints, and detection content. |[](../../../solutions/security/elastic-security-serverless.md)|
111
-
| Detections admin | All available detection engine permissions to include creating rule actions, such as notifications to third-party systems. |[](../../../solutions/security/elastic-security-serverless.md)|
112
-
| Endpoint policy manager | Access to endpoint policy management and related artifacts. Can manage {{fleet}} and integrations. |[](../../../solutions/security/elastic-security-serverless.md)|
101
+
| Viewer | Has read-only access to project details, data, and features. |[](../../../solutions/search.md)[](../../../solutions/observability.md)[](../../../solutions/security.md)|
102
+
| Editor | Configures all Observability or Security projects. Has read-only access to data indices. Has full access to all project features. |[](../../../solutions/observability.md)[](../../../solutions/security.md)|
103
+
| Tier 1 analyst | Ideal for initial alert triage. General read access, can create dashboards and visualizations. |[](../../../solutions/security.md)|
104
+
| Tier 2 analyst | Ideal for alert triage and beginning the investigation process. Can create cases. |[](../../../solutions/security.md)|
105
+
| Tier 3 analyst | Deeper investigation capabilities. Access to rules, lists, cases, Osquery, and response actions. |[](../../../solutions/security.md)|
106
+
| Threat intelligence analyst | Access to alerts, investigation tools, and intelligence pages. |[](../../../solutions/security.md)|
107
+
| Rule author | Access to detection engineering and rule creation. Can create rules from available data sources and add exceptions to reduce false positives. |[](../../../solutions/security.md)|
108
+
| SOC manager | Access to alerts, cases, investigation tools, endpoint policy management, and response actions. |[](../../../solutions/security.md)|
109
+
| Endpoint operations analyst | Access to endpoint response actions. Can manage endpoint policies, {{fleet}}, and integrations. |[](../../../solutions/security.md)|
110
+
| Platform engineer | Access to {{fleet}}, integrations, endpoints, and detection content. |[](../../../solutions/security.md)|
111
+
| Detections admin | All available detection engine permissions to include creating rule actions, such as notifications to third-party systems. |[](../../../solutions/security.md)|
112
+
| Endpoint policy manager | Access to endpoint policy management and related artifacts. Can manage {{fleet}} and integrations. |[](../../../solutions/security.md)|
0 commit comments