-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve docs for unknown saved object types #125253
Changes from all commits
f30f768
63bb500
9935388
7568d4b
4306e7f
8ae5cdb
03c762c
0b1fe7e
24e2fc9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
[[upgrade-standard]] | ||
=== Standard upgrade | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This content is no long in the doc. You might also want to look at Upgrade Kibana in the Installation and Upgrade Guide. This doc contains a note about saved object migrations. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As discussed offline there's a discrepancy in our docs between 7.x and 8.x and the structure isn't optimal for 8.x but I will address that in a follow-up There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
|
||
NOTE: 6.7 includes an https://www.elastic.co/guide/en/kibana/6.7/upgrade-assistant.html[Upgrade Assistant] | ||
to help you prepare for your upgrade to 7.0. To access the assistant, go to *Management > 7.0 Upgrade Assistant*. | ||
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*. | ||
|
||
[IMPORTANT] | ||
=========================================== | ||
|
@@ -29,12 +29,6 @@ Different versions of {kib} running against the same {es} index, such as during | |
. Use `rpm` or `dpkg` to install the new package. All files should be placed in | ||
their proper locations and config files should not be overwritten. | ||
+ | ||
[NOTE] | ||
-- | ||
{kib} 4.x used a different config location than 5.0+, so if you're upgrading | ||
from 4.x, you will need to copy the configurations from your old config | ||
(`/opt/kibana/config/kibana.yml`) to your new config | ||
(`/etc/kibana/kibana.yml`). | ||
|
||
Make sure you remove or update any configurations | ||
that are indicated in the <<breaking-changes-8.0.0,breaking changes>> documentation | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this note needed? Given the edits, it says the same thing as the first paragraph of the file. Instead, you could put the link to Upgrade Assistant in the first paragraph.