Change some indented numbered items to bullets

This commit is contained in:
Lee Drengenberg 2016-07-28 16:44:16 -05:00 committed by GitHub
parent 50d540df4c
commit ee42c473a9

View file

@ -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]