Skip to content

Commit 624c08b

Browse files
authored
Updates for 9.0.0-rc1 release (#3001)
* Updates for rc1 release * Update upgrading-stack.asciidoc
1 parent 6ac81de commit 624c08b

File tree

5 files changed

+24
-22
lines changed

5 files changed

+24
-22
lines changed

docs/en/install-upgrade/upgrade-on-ece.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ After you're done upgrading, upgrade your ingest components in the following ord
4242
. {ls}: {logstash-ref}/upgrading-logstash.html[upgrade instructions]
4343
. {beats}: {beats-ref}/upgrading.html[upgrade instructions]
4444
. {agent}: {fleet-guide}/upgrade-elastic-agent.html[upgrade instructions]
45-
. {apm-agent}s: {observability-guide}/apm-upgrade.html[upgrade instructions]
45+
. {apm-agents-ref}/index.html[{apm-agent}s]
46+
. Custom clients
4647

docs/en/install-upgrade/upgrade-on-eck.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,5 @@ Next, upgrade your ingest components in the following order:
140140
. {ls}: {logstash-ref}/upgrading-logstash.html[upgrade instructions]
141141
. {beats}: {beats-ref}/upgrading.html[upgrade instructions]
142142
. {agent}: {fleet-guide}/upgrade-elastic-agent.html[upgrade instructions]
143-
. {apm-agent}s: {observability-guide}/apm-upgrade.html[upgrade instructions]
143+
. {apm-agents-ref}/index.html[{apm-agent}s]
144+
. Custom clients

docs/en/install-upgrade/upgrading-stack-cloud.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ Once you have upgraded from 8.18, you need to update your ingest components in t
111111
. {ls}: {logstash-ref}/upgrading-logstash.html[upgrade instructions]
112112
. {beats}: {beats-ref}/upgrading.html[upgrade instructions]
113113
. {agent}: {fleet-guide}/upgrade-elastic-agent.html[upgrade instructions]
114-
. {apm-agent}s: {observability-guide}/apm-upgrade.html[upgrade instructions]
114+
. {apm-agents-ref}/index.html[{apm-agent}s]
115+
. Custom clients
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,24 @@
11
[[upgrading-elastic-stack-on-prem]]
22
== Upgrade Elastic on self-managed infrastructure
33

4-
When you are <<upgrading-elastic-stack, prepared to upgrade>>,
4+
Once you're <<upgrading-elastic-stack, prepared to upgrade>>,
55
you will need to upgrade each of your Elastic components individually.
66

7-
. Consider closing {ml} jobs before you start the upgrade process. While {ml}
8-
jobs can continue to run during a rolling upgrade, it increases the overhead
9-
on the cluster during the upgrade process.
10-
11-
. Upgrade the components of your {stack} in this order:
12-
+
7+
Upgrade the components of your {stack} in this order:
138

149
//.. {es} Hadoop: {hadoop-ref}/install.html[install instructions]
15-
.. {es}: <<upgrading-elasticsearch, upgrade instructions>>
16-
.. {kib}: <<upgrading-kibana, upgrade instructions>>
10+
. {es}: <<upgrading-elasticsearch, upgrade instructions>>
11+
. {kib}: <<upgrading-kibana, upgrade instructions>>
1712
//.. Java API Client: {java-api-client}/installation.html#maven[dependency configuration]
18-
.. {ls}: {logstash-ref}/upgrading-logstash.html[upgrade instructions] (See note below)
19-
.. {beats}: {beats-ref}/upgrading.html[upgrade instructions]
20-
.. {agent}: {fleet-guide}/upgrade-elastic-agent.html[upgrade instructions]
21-
.. {apm-agent}s {observability-guide}/apm-upgrade.html[upgrade instructions]
13+
. {ls}: {logstash-ref}/upgrading-logstash.html[upgrade instructions] (See note below)
14+
. {beats}: {beats-ref}/upgrading.html[upgrade instructions]
15+
. {agent}: {fleet-guide}/upgrade-elastic-agent.html[upgrade instructions]
16+
. {apm-agents-ref}/index.html[{apm-agent}s]
17+
. Custom clients
2218

2319
[NOTE]
2420
--
2521
If you are using {ls} and the {logstash-ref}/plugins-filters-elastic_integration.html[`logstash-filter-elastic_integration`] plugin to extend Elastic integrations, upgrade {ls} (or the `logstash-filter-elastic_integration` plugin specifically) _before_ you upgrade {kib}.
2622

27-
The {es}-{ls}-{kib} installation order for this specific plugin ensures the best experience with {agent}-managed pipelines, and embeds functionality from a version of {es} Ingest Node that is compatible with the plugin version (`major`.`minor`).
23+
The {es} -> {ls} -> {kib} installation order for this specific plugin ensures the best experience with {agent}-managed pipelines, and embeds functionality from a version of {es} Ingest Node that is compatible with the plugin version (`major`.`minor`).
2824
--

docs/en/install-upgrade/upgrading-stack.asciidoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ If you’re running the {stack} on your own self-managed infrastructure, you’l
7676

7777
Before you upgrade to {version}, it's important to take some preparation steps. Unless noted, these following recommendations are best practices regardless of deployment method.
7878

79-
IMPORTANT: Upgrading from a release candidate build, such as 9.0.0-rc1 or 9.0.0-rc2, is not supported. Pre-releases should only be used for testing in a temporary environment.
79+
IMPORTANT: Upgrading from a release candidate build, such as 9.0.0-rc1, is not supported. Pre-releases should only be used for testing in a temporary environment.
8080

8181
To upgrade to {version} from 8.17 or earlier, **you must first upgrade to the latest patch version of 8.18**. This enables you to use the **Upgrade Assistant** to identify and resolve issues,
82-
reindex indices created before 8.0, and then perform a rolling upgrade.
82+
reindex indices created before 8.0 or mark them as read-only, and perform a rolling upgrade.
8383

8484
*Upgrading to 8.18 before upgrading to {version} is required
8585
even if you opt to do a full-cluster restart of your {es} cluster.*
8686

8787
Alternatively, you can create a new {version} deployment and reindex from remote.
8888
For more information, refer to <<upgrading-reindex,Reindex to upgrade>>.
8989

90-
{beats} and {ls} 8.17 are compatible with {es} {version}
90+
{beats} and {ls} 8.18 are compatible with {es} {version}
9191
to give you flexibility in scheduling the upgrade.
9292

9393
.Remote cluster compatibility
@@ -130,10 +130,13 @@ For more information, see {ref}/rest-api-compatibility.html[REST API compatibili
130130
IMPORTANT: You cannot downgrade {es} nodes after upgrading. If you cannot complete the upgrade process, you will need to {ref}/snapshots-restore-snapshot.html[restore from the snapshot].
131131
+
132132
. If you use a separate {ref}/monitoring-production.html[monitoring cluster], you should upgrade the monitoring cluster before the production cluster. In general, the monitoring cluster and the clusters being monitored should be running the same version of the stack. A monitoring cluster cannot monitor production clusters running newer versions of the stack. If necessary, the monitoring cluster can monitor production clusters running the latest release of the previous major version.
133+
. To reduce overhead on the cluster during the upgrade, close {ml} jobs. Although {ml} jobs can run during a rolling upgrade, doing so increases the cluster workload.
134+
. If you have `.ml-anomalies-*` anomaly detection result indices created in Elasticsearch 7.x, reindex, mark as read-only, or delete them before you upgrade to {version}. For more information, refer to <<anomaly-detection-results-migration, Migrate anomaly detection results>>.
135+
. If you have transform destination indices created in Elasticsearch 7.x, reset, reindex, or delete them before you upgrade to {version}. For more information, refer to <<breaking_90_transform_destination_index, Migrate transform destination indices>>.
133136

134137
[discrete]
135138
[[anomaly-detection-results-migration]]
136-
=== Anomaly detection results migration
139+
=== Migrate anomaly detection results
137140

138141
The {anomaly-detect} result indices `.ml-anomalies-*` created in {es} 7.x must be either reindexed, marked read-only, or deleted before upgrading to 9.x.
139142

@@ -464,7 +467,7 @@ The {transform} destination indices created in {es} 7.x must be either reset, re
464467

465468
**Reindexing**: You can reindex the destination index and then update the {transform} to write to the new destination index. This is useful if there are results that you want to retain that may not exist in the source index. To prevent the {transform} and reindex tasks from conflicting with one another, you can either pause the {transform} while the reindex runs, or you can write to the new destination index while the reindex backfills old results.
466469

467-
**Deleting**: You can delete any {transform} that are no longer being used. Once the {transform} is deleted, you can either delete the destination index or make it read-only.
470+
**Deleting**: You can delete any {transforms} that are no longer being used. Once the {transform} is deleted, you can either delete the destination index or make it read-only.
468471

469472
.Which indices require attention?
470473
[%collapsible]

0 commit comments

Comments
 (0)