[6.x][DOCS] Steps to get kibana running after upgrading to 6.3.0 with an old x-pack installation (#20100)

* docs(kbn-20086): steps to get kibana running after upgrading to 6.3.0 with an old x-pack installation.

* docs(kbn-20086): updated text for docs related with 6.3.0 upgrade.

* docs(kbn-20086): change wording from docs text.
This commit is contained in:
Tiago Costa 2018-06-21 17:16:50 +01:00 committed by GitHub
parent 2fd19e36b0
commit 1bb5dd1c11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,6 +79,18 @@ This section summarizes the changes in each release.
[[breaking-6.3.0]]
=== Breaking Changes
Operations::
+
As of Kibana 6.3.0, X-Pack is bundled by default in the default distribution.
Existing X-Pack users should remove the plugin before upgrading.
+
There is a known issue preventing `bin/kibana-plugin` from removing the pre-existing
plugin after upgrading. This will be resolved in 6.3.1. If you happen to encounter this issue,
there are a few options:
+
* **Uninstall the plugin before upgrading:** `bin/kibana-plugin remove x-pack`
* **Uninstall the plugin after upgrading:** Manually delete the `plugins/x-pack` directory.
Platform::
* Renames saved objects bulk_get and find endpoints {pull}17512[#17512]
+