[8.6] Updates upgrade assistant doclinks to point to current rather than hard-coded 7.17 (#147585) (#147780)

# Backport

This will backport the following commits from `main` to `8.6`:
- [Updates upgrade assistant doclinks to point to current rather than
hard-coded 7.17
(#147585)](https://github.com/elastic/kibana/pull/147585)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Christiane (Tina)
Heiligers","email":"christiane.heiligers@elastic.co"},"sourceCommit":{"committedDate":"2022-12-19T16:19:26Z","message":"Updates
upgrade assistant doclinks to point to current rather than hard-coded
7.17 (#147585)\n\nCo-authored-by: Lisa Cawley
<lcawley@elastic.co>\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>\r\nFix
https://github.com/elastic/kibana/issues/145092","sha":"049d8021eb3cce6614a86a2904bc8d285f5ce028","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","Feature:Upgrade
Assistant","docs","backport:prev-minor","v8.7.0"],"number":147585,"url":"https://github.com/elastic/kibana/pull/147585","mergeCommit":{"message":"Updates
upgrade assistant doclinks to point to current rather than hard-coded
7.17 (#147585)\n\nCo-authored-by: Lisa Cawley
<lcawley@elastic.co>\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>\r\nFix
https://github.com/elastic/kibana/issues/145092","sha":"049d8021eb3cce6614a86a2904bc8d285f5ce028"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/147585","number":147585,"mergeCommit":{"message":"Updates
upgrade assistant doclinks to point to current rather than hard-coded
7.17 (#147585)\n\nCo-authored-by: Lisa Cawley
<lcawley@elastic.co>\r\nCo-authored-by: Kibana Machine
<42973632+kibanamachine@users.noreply.github.com>\r\nFix
https://github.com/elastic/kibana/issues/145092","sha":"049d8021eb3cce6614a86a2904bc8d285f5ce028"}}]}]
BACKPORT-->

Co-authored-by: Christiane (Tina) Heiligers <christiane.heiligers@elastic.co>
This commit is contained in:
Kibana Machine 2022-12-19 11:42:16 -05:00 committed by GitHub
parent 3d1a52e139
commit cf147cb76d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 35 additions and 10 deletions

View file

@ -0,0 +1,29 @@
[[upgrade-assistant]]
== Upgrade Assistant
The Upgrade Assistant helps you prepare for your upgrade
to the next version of the {stack}.
To access the assistant, go to *{stack-manage-app} > Upgrade Assistant*.
The assistant identifies deprecated settings in your configuration
and guides you through the process of resolving issues if any deprecated features are enabled.
[discrete]
=== Required permissions
The `manage` cluster privilege is required to access the *Upgrade assistant*.
Additional privileges may be needed to perform certain actions.
[discrete]
=== Feature set
Some features of the Upgrade assistant are only needed when upgrading to a new major version. The feature set enabled by default are those for the very next version from the one Kibana currently runs on.
[discrete]
=== Deprecations
The Upgrade assistant pulls information about deprecations from the following sources:
* Elasticsearch Deprecation Info API
* Elasticsearch deprecation logs
* Kibana deprecations API
For more information about the API's the Upgraed assistant provides, refer to <<upgrade-assistant-api, Upgrade Assistant APIs>>.

View file

@ -396,11 +396,6 @@ This content has moved. Refer to <<saved-object-migrations>>.
This content has moved. Refer to {stack-ref}/upgrading-kibana.html[Upgrade Kibana].
[role="exclude",id="upgrade-assistant"]
== Upgrade Assistant
This content has moved. Refer to {kibana-ref-all}/7.17/upgrade-assistant.html[Upgrade Assistant].
[role="exclude",id="brew"]
== Install {kib} on macOS with Homebrew
@ -424,4 +419,4 @@ This page has been deleted. Refer to <<machine-learning-api-sync>>.
[role="exclude",id="managing-alerts-and-actions"]
== Alerts and Actions
This page has been deleted. Refer to <<alerting-getting-started>>.
This page has been deleted. Refer to <<alerting-getting-started>>.

View file

@ -133,7 +133,7 @@ Migrations will fail if saved objects belong to an unknown
saved object type. Unknown saved objects are typically caused by performing manual modifications
to the {es} index (no longer allowed in 8.x), or by disabling a plugin that had previously created a saved object.
We recommend using the {kibana-ref-all}/7.17/upgrade-assistant.html[Upgrade Assistant]
We recommend using the <<upgrade-assistant,Upgrade Assistant>>
to discover and remedy any unknown saved object types. {kib} version 7.17.0 deployments containing unknown saved
object types will also log the following warning message:

View file

@ -3,7 +3,7 @@
Each time you upgrade {kib}, an upgrade migration is performed to ensure that all <<managing-saved-objects,saved objects>> are compatible with the new version.
NOTE: To help you prepare for the upgrade to 8.0.0, 7.17.0 includes an https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant.html[*Upgrade Assistant*].
NOTE: {kib} includes an <<upgrade-assistant,*Upgrade Assistant*>> to help you prepare for an upgrade.
To access the assistant, go to *Stack Management > Upgrade Assistant*.
WARNING: {kib} 7.12.0 and later uses a new migration process and index naming scheme. Before you upgrade, read the documentation for your version of {kib}.

View file

@ -1,8 +1,7 @@
[[upgrade-standard]]
=== Standard upgrade
NOTE: 7.17 includes an https://www.elastic.co/guide/en/kibana/7.17/upgrade-assistant.html[Upgrade Assistant]
to help you prepare for your upgrade to 8.0. To access the assistant, go to *Stack Management > Upgrade Assistant*.
NOTE: {kib} includes an <<upgrade-assistant,Upgrade Assistant>> to help you prepare for an upgrade. To access the assistant, go to *{stack-manage-app} > Upgrade Assistant*.
[IMPORTANT]
===========================================

View file

@ -200,6 +200,8 @@ include::{kib-repo-dir}/management/advanced-options.asciidoc[]
include::{kib-repo-dir}/management/managing-tags.asciidoc[]
include::{kib-repo-dir}/management/upgrade-assistant.asciidoc[]
include::{kib-repo-dir}/management/watcher-ui/index.asciidoc[]