mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Change some indented numbered items to bullets
This commit is contained in:
parent
50d540df4c
commit
ee42c473a9
1 changed files with 8 additions and 8 deletions
|
@ -21,16 +21,16 @@ We cannot guarantee compatibility between major version releases so in those cas
|
|||
. 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;
|
||||
.. `bin/kibana plugin --list` on 4.x versions of Kibana.
|
||||
.. `bin/kibana-plugin list` on 5.x versions of Kibana.
|
||||
* `bin/kibana plugin --list` on 4.x versions of Kibana.
|
||||
* `bin/kibana-plugin list` on 5.x versions of Kibana.
|
||||
. To upgrade from an Archive File:
|
||||
.. Extract the new version of Kibana into a different directory. See steps below.
|
||||
.. Migrate any custom configuration from your old kibana.yml to your new one
|
||||
.. Follow other steps below to complete the new installation
|
||||
.. Once the new version is fully configured and working with required plugins, remove the previous version of Kibana
|
||||
* Extract the new version of Kibana into a different directory. See steps below.
|
||||
* Migrate any custom configuration from your old kibana.yml to your new one
|
||||
* Follow other steps below to complete the new installation
|
||||
* Once the new version is fully configured and working with required plugins, remove the previous version of Kibana
|
||||
. To upgrade using a Linux Package Manager:
|
||||
.. Uninstall the existing Kibana package `apt-get remove kibana` or `yum remove kibana`
|
||||
.. Install the new Kibana package. See steps below. (There have been some installer issues between various version of Kibana so the uninstall and install process is safer than an upgrade.)
|
||||
* Uninstall the existing Kibana package `apt-get remove kibana` or `yum remove kibana`
|
||||
* Install the new Kibana package. See steps below. (There have been some installer issues between various version of Kibana so the uninstall and install process is safer than an upgrade.)
|
||||
|
||||
|
||||
[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue