-
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
Added 'Upgrading Kibana' section to install docs #7807
Conversation
The repositories stuff is commented out because you cannot install master from package repos. The section gets uncommented in the actual release branches (5.0, 4.5, etc.). |
. https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html[snapshot] existing `.kibana` index in Elasticsearch | ||
. save a backup copy of the existing `config/kibana.yml` | ||
. take note of the Kibana plugins that are installed; | ||
.. `/opt/kibana/bin/kibana plugin --list` on 4.x versions of Kibana. |
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.
I don't think we should hardcode these absolute paths in the docs since different install mechanisms are going to result in different paths.
@LeeDr Thanks for getting this started! A couple of comments:
|
@debadair you had made a comment about bullets instead of numbered list for the upgrade section. The basic install steps above it are bullets. But the |
|
||
. Create a https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-snapshots.html[snapshot] of the existing .kibana index. | ||
. Back up the `kibana.yml` configuration file. | ||
. Take note of the Kibana plugins that are installed; |
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.
Colon, instead of semicolon. :-)
Made a few very picky comments--incorporate or ignore as you see fit. Other than that, LGTM! |
@debadair ready for another review. Thanks! |
LGTM! |
--------- **Commit 1:** Added 'Upgrading Kibana' section * Original sha: 32ed1ce * Authored by LeeDr <[email protected]> on 2016-07-22T18:25:11Z **Commit 2:** Updated from review comments, re-commented-out repository part for master * Original sha: 50d540d * Authored by LeeDr <[email protected]> on 2016-07-25T15:52:16Z **Commit 3:** Change some indented numbered items to bullets * Original sha: ee42c47 * Authored by Lee Drengenberg <[email protected]> on 2016-07-28T21:44:16Z * Committed by GitHub <[email protected]> on 2016-07-28T21:44:16Z **Commit 4:** Update setup.asciidoc * Original sha: 9ccf1df * Authored by Lee Drengenberg <[email protected]> on 2016-07-29T13:40:39Z * Committed by GitHub <[email protected]> on 2016-07-29T13:40:39Z **Commit 5:** Update setup.asciidoc * Original sha: 48371a4 * Authored by Lee Drengenberg <[email protected]> on 2016-08-03T16:27:32Z * Committed by GitHub <[email protected]> on 2016-08-03T16:27:32Z
--------- **Commit 1:** Added 'Upgrading Kibana' section * Original sha: 32ed1ce * Authored by LeeDr <[email protected]> on 2016-07-22T18:25:11Z **Commit 2:** Updated from review comments, re-commented-out repository part for master * Original sha: 50d540d * Authored by LeeDr <[email protected]> on 2016-07-25T15:52:16Z **Commit 3:** Change some indented numbered items to bullets * Original sha: ee42c47 * Authored by Lee Drengenberg <[email protected]> on 2016-07-28T21:44:16Z * Committed by GitHub <[email protected]> on 2016-07-28T21:44:16Z **Commit 4:** Update setup.asciidoc * Original sha: 9ccf1df * Authored by Lee Drengenberg <[email protected]> on 2016-07-29T13:40:39Z * Committed by GitHub <[email protected]> on 2016-07-29T13:40:39Z **Commit 5:** Update setup.asciidoc * Original sha: 48371a4 * Authored by Lee Drengenberg <[email protected]> on 2016-08-03T16:27:32Z * Committed by GitHub <[email protected]> on 2016-08-03T16:27:32Z
--------- **Commit 1:** Added 'Upgrading Kibana' section * Original sha: 32ed1ce * Authored by LeeDr <[email protected]> on 2016-07-22T18:25:11Z **Commit 2:** Updated from review comments, re-commented-out repository part for master * Original sha: 50d540d * Authored by LeeDr <[email protected]> on 2016-07-25T15:52:16Z **Commit 3:** Change some indented numbered items to bullets * Original sha: ee42c47 * Authored by Lee Drengenberg <[email protected]> on 2016-07-28T21:44:16Z * Committed by GitHub <[email protected]> on 2016-07-28T21:44:16Z **Commit 4:** Update setup.asciidoc * Original sha: 9ccf1df * Authored by Lee Drengenberg <[email protected]> on 2016-07-29T13:40:39Z * Committed by GitHub <[email protected]> on 2016-07-29T13:40:39Z **Commit 5:** Update setup.asciidoc * Original sha: 48371a4 * Authored by Lee Drengenberg <[email protected]> on 2016-08-03T16:27:32Z * Committed by GitHub <[email protected]> on 2016-08-03T16:27:32Z
Manually backporting because jarvis didn't work
Added 'Upgrading Kibana' section to install docs Former-commit-id: 13bdc52
Tooltip issue in HeatMap (Need to display Label value )
Addressing the first task "Upgrade documentation, especially in the context of rolling upgrades" of #5347
NOTE: This section for installs from repositories was commented out before. I uncommented it. Maybe it was temporarily commented out just during 5.0 alphas?
[float]
include::kibana-repositories.asciidoc[]