Skip to content

Commit 8153297

Browse files
committed
Merge branch 'monitoring-pt2' of github.com:elastic/docs-content into monitoring-pt2
2 parents 1b00851 + 466f123 commit 8153297

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

+430
-273
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Refer to [{{stack}} third-party dependencies](https://artifacts.elastic.co/reports/dependencies/dependencies-current.html) for the complete list of dependencies.

deploy-manage/deploy/self-managed/install-kibana.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ Running different patch version releases of {{kib}} and {{es}} (e.g. {{kib}} 9.0
5252
## Installation order
5353

5454
:::{include} /deploy-manage/deploy/_snippets/installation-order.md
55-
:::
55+
:::
56+
57+
## Third-party dependencies
58+
59+
:::{include} /deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md
60+
:::

deploy-manage/deploy/self-managed/installing-elasticsearch.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,5 @@ Don’t use third-party Java agents that attach to the JVM. These agents can red
104104

105105
## Third-party dependencies [dependencies-versions]
106106

107-
See [Elastic Stack third-party dependencies](https://artifacts.elastic.co/reports/dependencies/dependencies-current.html) for the complete list of dependencies for {{es}}.
107+
:::{include} /deploy-manage/deploy/self-managed/_snippets/third-party-dependencies.md
108+
:::

deploy-manage/upgrade/orchestrator/upgrade-cloud-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Before starting the upgrade process, check which of the following recommendation
5151

5252

5353
* We strongly recommend that you routinely update your ECE installation to the most current version so that any bugs and security issues are fixed promptly. If you need to upgrade but are currently experiencing any issues with your platform, note that as long as ZooKeeper is running and healthy you should be able to upgrade (you can use the [get runners API](https://www.elastic.co/docs/api/doc/cloud-enterprise/operation/operation-get-runners) to easily verify the health of the runners on the [ECE allocators](../../../deploy-manage/deploy/cloud-enterprise/ece-architecture.md#ece-architecture-allocators)). That is, healthy system deployments are not required in order to perform an upgrade successfully.
54-
* Before upgrading to Elastic Cloud Enterprise 4.0, refer to the [lists of removals](/release-notes/breaking-changes/index.md) to find out about features and API endpoints that are no longer supported.
54+
* Before upgrading to Elastic Cloud Enterprise 4.0, refer to the [lists of removals](cloud://release-notes/cloud-enterprise/breaking-changes.md) to find out about features and API endpoints that are no longer supported.
5555
* We strongly recommend that you do not attempt to perform certain actions during the upgrade process, such as:
5656

5757
* Creating or changing Elasticsearch clusters and Kibana instances

docset.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,10 +384,16 @@ subs:
384384
multi-arg-ref: "†footnoteref:[multi-arg]"
385385
yes-icon: "image:https://doc-icons.s3.us-east-2.amazonaws.com/icon-yes.png[Yes,20,15]"
386386
no-icon: "image:https://doc-icons.s3.us-east-2.amazonaws.com/icon-no.png[No,20,15]"
387+
agent-repo: "https://github.com/elastic/elastic-agent/"
388+
agent-issue: "https://github.com/elastic/elastic-agent/issues/"
389+
agent-pull: "https://github.com/elastic/elastic-agent/pull/"
387390
es-repo: "https://github.com/elastic/elasticsearch/"
388391
es-issue: "https://github.com/elastic/elasticsearch/issues/"
389392
es-pull: "https://github.com/elastic/elasticsearch/pull/"
390393
es-commit: "https://github.com/elastic/elasticsearch/commit/"
394+
fleet-server-repo: "https://github.com/elastic/fleet-server/"
395+
fleet-server-issue: "https://github.com/elastic/fleet-server/issues/"
396+
fleet-server-pull: "https://github.com/elastic/fleet-server/pull/"
391397
kib-repo: "https://github.com/elastic/kibana/"
392398
kib-issue: "https://github.com/elastic/kibana/issues/"
393399
kibana-issue: "'{kib-repo}issues/'"

raw-migrated-files/stack-docs/elastic-stack/upgrading-elastic-stack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Upgrading from a release candidate build, such as 8.0.0-rc1 or 8.0.0-rc2, is not
2020
* [{{es}} migration guide](elasticsearch://release-notes/breaking-changes.md)
2121
* [{{elastic-sec}} release notes](https://www.elastic.co/guide/en/security/current/release-notes.html)
2222
* [{{ents}} release notes](https://www.elastic.co/guide/en/enterprise-search/current/changelog.html)
23-
* [{{fleet}} and {{agent}} release notes](/release-notes/fleet-elastic-agent.md)
23+
* [{{fleet}} and {{agent}} release notes](/release-notes/fleet-elastic-agent/release-notes.md)
2424
* [{{kib}} release notes](kibana://release-notes/index.md)
2525
* [{{ls}} breaking changes](logstash://release-notes/breaking-changes.md)
2626

reference/ingestion-tools/fleet/upgrade-elastic-agent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ For installation steps refer to [Install {{fleet}}-managed {{agent}}s](/referenc
226226
1. Download the {{agent}} Debian install package for the release that you want to upgrade to:
227227

228228
```bash
229-
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-beta1-amd64.deb
229+
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-amd64.deb
230230
```
231231

232232
2. Upgrade {{agent}} to the target release:
233233

234234
```bash
235-
sudo dpkg -i elastic-agent-9.0.0-beta1-amd64.deb
235+
sudo dpkg -i elastic-agent-{{stack-version}}-amd64.deb
236236
```
237237

238238
3. Confirm in {{fleet}} that the agent has been upgraded to the target version. Note that the **Upgrade agent** option in the **Actions** menu next to the agent will be disabled since [fleet]-managed upgrades are not supported for this package type.
@@ -243,13 +243,13 @@ For installation steps refer to [Install {{fleet}}-managed {{agent}}s](/referenc
243243
1. Download the {{agent}} RPM install package for the release that you want to upgrade to:
244244

245245
```bash
246-
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-9.0.0-beta1-x86_64.rpm
246+
curl -L -O https://artifacts.elastic.co/downloads/beats/elastic-agent/elastic-agent-{{stack-version}}-x86_64.rpm
247247
```
248248

249249
2. Upgrade {{agent}} to the target release:
250250

251251
```bash
252-
sudo rpm -U elastic-agent-9.0.0-beta1-x86_64.rpm
252+
sudo rpm -U elastic-agent-{{stack-version}}-x86_64.rpm
253253
```
254254

255-
3. Confirm in {{fleet}} that the agent has been upgraded to the target version. Note that the **Upgrade agent** option in the **Actions** menu next to the agent will be disabled since [fleet]-managed upgrades are not supported for this package type.
255+
3. Confirm in {{fleet}} that the agent has been upgraded to the target version. Note that the **Upgrade agent** option in the **Actions** menu next to the agent will be disabled since {{fleet}}-managed upgrades are not supported for this package type.

release-notes/breaking-changes/elastic-observability.md

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

release-notes/breaking-changes/fleet-elastic-agent.md

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

release-notes/breaking-changes/index.md

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

0 commit comments

Comments
 (0)