mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Updates upgrade assistant doclinks to point to current rather than hard-coded 7.17 (#147585)
Co-authored-by: Lisa Cawley <lcawley@elastic.co> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Fix https://github.com/elastic/kibana/issues/145092
This commit is contained in:
parent
5568ad86df
commit
049d8021eb
6 changed files with 35 additions and 10 deletions
29
docs/management/upgrade-assistant.asciidoc
Normal file
29
docs/management/upgrade-assistant.asciidoc
Normal 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>>.
|
|
@ -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>>.
|
||||
|
|
|
@ -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:
|
||||
|
||||
|
|
|
@ -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}.
|
||||
|
|
|
@ -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]
|
||||
===========================================
|
||||
|
|
|
@ -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[]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue