Skip to content

Commit 194c71f

Browse files
authored
Merge branch 'main' into build-line-chart
2 parents 5218e41 + 9d45193 commit 194c71f

File tree

189 files changed

+2645
-924
lines changed

Some content is hidden

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

189 files changed

+2645
-924
lines changed

.github/workflows/update-kube-stack-version.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Run update script
3737
id: update-script
3838
run: |
39-
echo "Running kube-stack-version update script..."
39+
echo "Running version update script (kube-stack-version and helm-version)..."
4040
python scripts/update_kube_stack_version.py
4141
echo "Script completed successfully"
4242
@@ -60,19 +60,22 @@ jobs:
6060
uses: peter-evans/create-pull-request@v7
6161
with:
6262
token: ${{ secrets.GITHUB_TOKEN }}
63-
commit-message: 'chore: update kube-stack-version'
64-
title: 'chore: update kube-stack-version'
63+
commit-message: 'chore: update kube-stack-version and helm-version'
64+
title: 'chore: update kube-stack-version and helm-version'
6565
body: |
66-
This PR automatically updates the `kube-stack-version` in `docset.yml` based on the latest version from the elastic-agent repository.
66+
This PR automatically updates the `kube-stack-version` and `helm-version` in `docset.yml` based on the latest versions from the Kibana and Elastic Agent repositories.
6767
6868
**Changes:**
69-
- Updated `kube-stack-version` to the latest value from elastic-agent repository
69+
- Updated `kube-stack-version` to the latest value from the Kibana repository
70+
- Updated `helm-version` to the latest value from the Elastic Agent repository
7071
7172
**Generated by:** [Update Kube Stack Version workflow](https://github.com/${{ github.repository }}/actions/workflows/update-kube-stack-version.yml)
7273
7374
This is an automated update. Please review the changes before merging.
7475
branch: update-kube-stack-version
7576
delete-branch: true
77+
team-reviewers: |
78+
ingest-docs
7679
labels: |
7780
automated
7881
chore
@@ -91,7 +94,7 @@ jobs:
9194
git diff HEAD -- docset.yml >> $GITHUB_STEP_SUMMARY
9295
echo '```' >> $GITHUB_STEP_SUMMARY
9396
else
94-
echo "ℹ️ **No changes needed** - kube-stack-version is already up to date" >> $GITHUB_STEP_SUMMARY
97+
echo "ℹ️ **No changes needed** - kube-stack-version and helm-version are already up to date" >> $GITHUB_STEP_SUMMARY
9598
fi
9699
97100
- name: Summary
@@ -102,5 +105,5 @@ jobs:
102105
if [ "${{ steps.check-changes.outputs.has_changes }}" == "true" ]; then
103106
echo "✅ **PR Created** - Changes detected and pull request created" >> $GITHUB_STEP_SUMMARY
104107
else
105-
echo "ℹ️ **No changes needed** - kube-stack-version is already up to date" >> $GITHUB_STEP_SUMMARY
108+
echo "ℹ️ **No changes needed** - kube-stack-version and helm-version are already up to date" >> $GITHUB_STEP_SUMMARY
106109
fi

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
# Add LLM/AI related files
1010
AGENTS.md
1111
.github/copilot-instructions.md
12-
.github/instructions/**.instructions.md
12+
.github/instructions
1313
CLAUDE.md
1414
GEMINI.md
1515
.cursor
1616

1717
# VS code settings
18-
.vscode
18+
.vscode
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
:::{admonition} Simplify monitoring with AutoOps
2-
Use AutoOps in your {{ech}}, ECE, ECK, or self-managed deployments.
3-
4-
AutoOps is a monitoring tool that simplifies cluster management through performance recommendations, resource utilization visibility, and real-time issue detection with resolution paths. For more information, refer to [](/deploy-manage/monitor/autoops.md).
5-
::::
2+
:applies_to: { ess:, ece:, eck:, self:, "serverless": "ga" }
3+
AutoOps is a monitoring tool that simplifies cluster management through performance recommendations, resource utilization visibility, and real-time issue detection with resolution paths. Learn more about [](/deploy-manage/monitor/autoops.md).
4+
:::
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
This path is not supported. Currently, we only support using Cloud Connect to connect ECE, ECK, and self-managed clusters to AutoOps.
22

3-
For {{ech}} clusters, AutoOps is set up and enabled automatically in all supported [regions](/deploy-manage/monitor/autoops/ec-autoops-regions.md), and can be [accessed](/deploy-manage/monitor/autoops/ec-autoops-how-to-access.md#ec-autoops-how-to-access) from the deployment overview page.
3+
For {{ech}} deployments, AutoOps is set up and enabled automatically in all supported [regions](/deploy-manage/monitor/autoops/ec-autoops-regions.md), and can be [accessed](/deploy-manage/monitor/autoops/ec-autoops-how-to-access.md) from the deployment overview page.

deploy-manage/api-keys/elastic-cloud-api-keys.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ These keys provides access to the API that enables you to manage your deployment
3434

3535
::::{note}
3636
When an API key is nearing expiration, Elastic sends an email to the creator of the API key and each of the operational contacts. When you use an API key to authenticate, the API response header `X-Elastic-Api-Key-Expiration` indicates the key’s expiration date. You can log this value to detect API keys that are nearing expiration.
37+
38+
Once an API key expires, it will automatically be removed from the API Keys tab.
3739
::::
3840

39-
5. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.
41+
6. Click **Create API key**, copy the generated API key, and store it in a safe place. You can also download the key as a CSV file.
4042

4143
The API key needs to be supplied in the `Authorization` header of a request, in the following format:
4244

deploy-manage/api-keys/serverless-project-api-keys.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In serverless projects, the following types of API keys exist:
1414
- **Personal** API keys, that you can create to allow external services to access your serverless project on behalf of a user.
1515
- **Managed** API keys, created and managed by {{kib}} to correctly run background tasks.
1616

17-
You can manage your keys in **{{project-settings}} → {{manage-app}} → {{api-keys-app}}**:
17+
You can manage your keys in **{{project-settings}} → {{manage-app}} → API keys**:
1818

1919
:::{image} /deploy-manage/images/serverless-api-key-management.png
2020
:alt: API keys UI
@@ -24,7 +24,7 @@ You can manage your keys in **{{project-settings}} → {{manage-app}} → {{api-
2424

2525
## Create an API key [api-keys-create-an-api-key]
2626

27-
In **{{api-keys-app}}**, click **Create API key**:
27+
In **API keys**, click **Create API key**:
2828

2929
:::{image} /deploy-manage/images/serverless-create-personal-api-key.png
3030
:alt: Create API key UI
@@ -77,11 +77,11 @@ For the `role_descriptors` object schema, check out the [`/_security/api_key` en
7777

7878
## Update an API key [api-keys-update-an-api-key]
7979

80-
In **{{api-keys-app}}**, click on the name of the key. You can update only **Restrict privileges** and **Include metadata**.
80+
In **API keys**, click on the name of the key. You can update only **Restrict privileges** and **Include metadata**.
8181

8282

8383
## View and delete API keys [api-keys-view-and-delete-api-keys]
8484

85-
The **{{api-keys-app}}** app lists your API keys, including the name, date created, and status. When API keys expire, the status changes from `Active` to `Expired`.
85+
The **API keys** app lists your API keys, including the name, date created, and status. When API keys expire, the status changes from `Active` to `Expired`.
8686

8787
You can delete API keys individually or in bulk.

deploy-manage/autoscaling/autoscaling-deciders.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The estimation of expected additional data is based on past indexing that occurr
6868
: (Optional, [time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) The window of time to use for forecasting. Defaults to 30 minutes.
6969

7070

71-
### {{api-examples-title}} [autoscaling-proactive-storage-decider-examples]
71+
### Examples [autoscaling-proactive-storage-decider-examples]
7272

7373
This example puts an autoscaling policy named `my_autoscaling_policy`, overriding the proactive decider’s `forecast_window` to be 10 minutes.
7474

@@ -143,7 +143,7 @@ Both `num_anomaly_jobs_in_queue` and `num_analytics_jobs_in_queue` are designed
143143
: (Optional, [time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) Specifies the time to delay before scaling down. Defaults to 1 hour. If a scale down is possible for the entire time window, then a scale down is requested. If the cluster requires a scale up during the window, the window is reset.
144144

145145

146-
### {{api-examples-title}} [autoscaling-machine-learning-decider-examples]
146+
### Examples [autoscaling-machine-learning-decider-examples]
147147

148148
This example creates an autoscaling policy named `my_autoscaling_policy` that overrides the default configuration of the {{ml}} decider.
149149

@@ -198,7 +198,7 @@ The [autoscaling](../../deploy-manage/autoscaling.md) `fixed` decider responds w
198198
: (Optional, integer) Number of nodes to use when calculating capacity. Defaults to `1`.
199199

200200

201-
### {{api-examples-title}} [autoscaling-fixed-decider-examples]
201+
### Examples [autoscaling-fixed-decider-examples]
202202

203203
This example puts an autoscaling policy named `my_autoscaling_policy`, enabling and configuring the fixed decider.
204204

deploy-manage/deploy/cloud-enterprise/ece-install-offline-images.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,16 @@ Enterprise Search is not available in versions 9.0+.
3838

3939
| Required downloads | Minimum required ECE version |
4040
| --- | --- |
41-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.2.1](https://download.elastic.co/cloud-enterprise/versions/9.2.1.zip) | ECE 4.0.0 |
42-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.2.1 | ECE 4.0.0 |
43-
| docker.elastic.co/cloud-release/kibana-cloud:9.2.1 | ECE 4.0.0 |
44-
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.2.1 | ECE 4.0.0 |
45-
| | |
46-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.7](https://download.elastic.co/cloud-enterprise/versions/8.19.7.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
47-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.7 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
48-
| docker.elastic.co/cloud-release/kibana-cloud:8.19.7 | ECE 3.0.0 |
49-
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.7 | ECE 3.0.0 |
50-
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.7 | ECE 3.0.0 |
41+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.2.2](https://download.elastic.co/cloud-enterprise/versions/9.2.2.zip) | ECE 4.0.0 |
42+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.2.2 | ECE 4.0.0 |
43+
| docker.elastic.co/cloud-release/kibana-cloud:9.2.2 | ECE 4.0.0 |
44+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.2.2 | ECE 4.0.0 |
5145
| | |
52-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.6](https://download.elastic.co/cloud-enterprise/versions/8.19.6.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
53-
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.6 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
54-
| docker.elastic.co/cloud-release/kibana-cloud:8.19.6 | ECE 3.0.0 |
55-
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.6 | ECE 3.0.0 |
56-
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.6 | ECE 3.0.0 |
46+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.8](https://download.elastic.co/cloud-enterprise/versions/8.19.8.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
47+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.8 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
48+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.8 | ECE 3.0.0 |
49+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.8 | ECE 3.0.0 |
50+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.8 | ECE 3.0.0 |
5751
| | |
5852
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
5953
| docker.elastic.co/cloud-assets/elasticsearch:7.17.29-0 | ECE 2.2.2 |
@@ -73,6 +67,11 @@ Enterprise Search is not available in versions 9.0+.
7367
::::{dropdown} Expand to view the full list
7468
| Required downloads | Minimum required ECE version |
7569
| --- | --- |
70+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.2.2](https://download.elastic.co/cloud-enterprise/versions/9.2.2.zip) | ECE 4.0.0 |
71+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.2.2 | ECE 4.0.0 |
72+
| docker.elastic.co/cloud-release/kibana-cloud:9.2.2 | ECE 4.0.0 |
73+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.2.2 | ECE 4.0.0 |
74+
| | |
7675
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.2.1](https://download.elastic.co/cloud-enterprise/versions/9.2.1.zip) | ECE 4.0.0 |
7776
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.2.1 | ECE 4.0.0 |
7877
| docker.elastic.co/cloud-release/kibana-cloud:9.2.1 | ECE 4.0.0 |
@@ -83,6 +82,11 @@ Enterprise Search is not available in versions 9.0+.
8382
| docker.elastic.co/cloud-release/kibana-cloud:9.2.0 | ECE 4.0.0 |
8483
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.2.0 | ECE 4.0.0 |
8584
| | |
85+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.1.8](https://download.elastic.co/cloud-enterprise/versions/9.1.8.zip) | ECE 4.0.0 |
86+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.1.8 | ECE 4.0.0 |
87+
| docker.elastic.co/cloud-release/kibana-cloud:9.1.8 | ECE 4.0.0 |
88+
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.1.8 | ECE 4.0.0 |
89+
| | |
8690
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 9.1.7](https://download.elastic.co/cloud-enterprise/versions/9.1.7.zip) | ECE 4.0.0 |
8791
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:9.1.7 | ECE 4.0.0 |
8892
| docker.elastic.co/cloud-release/kibana-cloud:9.1.7 | ECE 4.0.0 |
@@ -163,6 +167,12 @@ Enterprise Search is not available in versions 9.0+.
163167
| docker.elastic.co/cloud-release/kibana-cloud:9.0.0 | ECE 4.0.0 |
164168
| docker.elastic.co/cloud-release/elastic-agent-cloud:9.0.0 | ECE 4.0.0 |
165169
| | |
170+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.8](https://download.elastic.co/cloud-enterprise/versions/8.19.8.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
171+
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.8 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
172+
| docker.elastic.co/cloud-release/kibana-cloud:8.19.8 | ECE 3.0.0 |
173+
| docker.elastic.co/cloud-release/elastic-agent-cloud:8.19.8 | ECE 3.0.0 |
174+
| docker.elastic.co/cloud-release/enterprise-search-cloud:8.19.8 | ECE 3.0.0 |
175+
| | |
166176
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.7](https://download.elastic.co/cloud-enterprise/versions/8.19.7.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
167177
| docker.elastic.co/cloud-release/elasticsearch-cloud-ess:8.19.7 | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
168178
| docker.elastic.co/cloud-release/kibana-cloud:8.19.7 | ECE 3.0.0 |

deploy-manage/deploy/cloud-enterprise/ece-networking-prereq.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ For versions 2.4.0 and 2.4.1, IPv6 should remain enabled on any host with the Pr
1616

1717
* [Inbound traffic](#ece-inbound)
1818
* [Outbound traffic](#ece-outbound)
19+
* [Container communication on the same host](#ece-container-communication-on-same-host)
1920
* [Hosts in multiple data centers](#ece-multiple-data-centers)
2021

21-
2222
## Inbound traffic [ece-inbound]
2323

2424
When there are multiple hosts for each role, the inbound networking and ports can be represented by the following diagram:
@@ -68,6 +68,21 @@ Outbound traffic must also permit connections to the [snapshot repositories](../
6868
::::
6969

7070

71+
## Container communication on the same host [ece-container-communication-on-same-host]
72+
73+
The following ports need to be open for containers communicating with the host or with each other on the same host:
74+
75+
| Port(s) | Purpose | Host role |
76+
| --- | --- | --- |
77+
| 53 | DNS resolver | All roles |
78+
| 2180 | ZooKeeper admin port | All roles |
79+
| 2375 | Docker admin port | All roles |
80+
| 2191-2199 | Debug ports | Director |
81+
| 5000-5010 | Java Virtual Machine (JVM)/debug ports | All roles |
82+
| 8080-8084 | Health/monitoring ports | All roles |
83+
| 9000, 9043 | Internal proxy use | Proxy |
84+
| 9244 | Internal proxy port | All roles |
85+
7186

7287
## Hosts in multiple data centers [ece-multiple-data-centers]
7388

deploy-manage/deploy/cloud-enterprise/manage-elastic-stack-versions.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ $$$ece-elastic-stack-stackpacks-recent$$$
3636

3737
| Stack pack download link | Minimum required ECE version |
3838
| --- | --- |
39-
| [{{es}}, {{kib}}, and APM stack pack: 9.2.0](https://download.elastic.co/cloud-enterprise/versions/9.2.0.zip) | ECE 4.0.0 |
40-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.7](https://download.elastic.co/cloud-enterprise/versions/8.19.7.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
41-
| [{{es}}, {{kib}}, and APM stack pack: 9.2.1](https://download.elastic.co/cloud-enterprise/versions/9.2.1.zip) | ECE 4.0.0 |
42-
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.6](https://download.elastic.co/cloud-enterprise/versions/8.19.6.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
39+
| [{{es}}, {{kib}}, and APM stack pack: 9.2.2](https://download.elastic.co/cloud-enterprise/versions/9.2.2.zip) | ECE 4.0.0 |
40+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.8](https://download.elastic.co/cloud-enterprise/versions/8.19.8.zip) | ECE 3.0.0<br>(+ Docker 20.10.10+ required for 8.16+) |
4341
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 7.17.29](https://download.elastic.co/cloud-enterprise/versions/7.17.29.zip) | ECE 2.2.2 |
4442

4543

@@ -50,8 +48,10 @@ Following is the full list of available packs containing {{stack}} versions. Not
5048
::::{dropdown} Expand to view the full list
5149
| Stack pack download link | Minimum required ECE version |
5250
| --- | --- |
51+
| [{{es}}, {{kib}}, and APM stack pack: 9.2.2](https://download.elastic.co/cloud-enterprise/versions/9.2.2.zip) | ECE 4.0.0 |
5352
| [{{es}}, {{kib}}, and APM stack pack: 9.2.1](https://download.elastic.co/cloud-enterprise/versions/9.2.1.zip) | ECE 4.0.0 |
5453
| [{{es}}, {{kib}}, and APM stack pack: 9.2.0](https://download.elastic.co/cloud-enterprise/versions/9.2.0.zip) | ECE 4.0.0 |
54+
| [{{es}}, {{kib}}, and APM stack pack: 9.1.8](https://download.elastic.co/cloud-enterprise/versions/9.1.8.zip) | ECE 4.0.0 |
5555
| [{{es}}, {{kib}}, and APM stack pack: 9.1.7](https://download.elastic.co/cloud-enterprise/versions/9.1.7.zip) | ECE 4.0.0 |
5656
| [{{es}}, {{kib}}, and APM stack pack: 9.1.6](https://download.elastic.co/cloud-enterprise/versions/9.1.6.zip) | ECE 4.0.0 |
5757
| [{{es}}, {{kib}}, and APM stack pack: 9.1.5](https://download.elastic.co/cloud-enterprise/versions/9.1.5.zip) | ECE 4.0.0 |
@@ -68,6 +68,7 @@ Following is the full list of available packs containing {{stack}} versions. Not
6868
| [{{es}}, {{kib}}, and APM stack pack: 9.0.2](https://download.elastic.co/cloud-enterprise/versions/9.0.2.zip) | ECE 4.0.0 |
6969
| [{{es}}, {{kib}}, and APM stack pack: 9.0.1](https://download.elastic.co/cloud-enterprise/versions/9.0.1.zip) | ECE 4.0.0 |
7070
| [{{es}}, {{kib}}, and APM stack pack: 9.0.0](https://download.elastic.co/cloud-enterprise/versions/9.0.0.zip) | ECE 4.0.0 |
71+
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.8](https://download.elastic.co/cloud-enterprise/versions/8.19.8.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
7172
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.7](https://download.elastic.co/cloud-enterprise/versions/8.19.7.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
7273
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.6](https://download.elastic.co/cloud-enterprise/versions/8.19.6.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |
7374
| [{{es}}, {{kib}}, APM, and Enterprise Search stack pack: 8.19.5](https://download.elastic.co/cloud-enterprise/versions/8.19.5.zip) | ECE 3.0.0<br>(+ docker 20.10.10+ required for 8.16+) |

0 commit comments

Comments
 (0)