mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
2fd19e36b0
commit
1bb5dd1c11
1 changed files with 12 additions and 0 deletions
|
@ -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]
|
||||
+
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue