forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution][Fix] Empty Alert Table when upgrading from 8.8.x …
…-> 8.9 (elastic#162063) ## Summary When users upgrade from `8.8.x` -> `8.9` version, users observe empty table as shown below. ![image](https://github.com/elastic/kibana/assets/7485038/20549edb-07b9-4124-a0ac-7515cf0e2796) Below are steps to reproduce this issue and test it: 1. Boot [email protected] 2. Clear Local storage. 3. Go to Security -> Alerts 4. Add Columns `_id` or any other column 5. Upgrade to `8.9` 6. The table will empty as shown in above screenshot. ## Fix This fix saperates out the migraton from 8.7 -> 8.8 and add a new migration for upgrading from 8.8 -> 8.9 `migrateAlertTableStateToTriggerActionsState` migrates table from `v8.7 -> v8.8`, `migrateTriggerActionsVisibleColumnsAlertTable88xTo89` migrates from `v8.8.x` -> `v8.9` Combining both of them may lead to issues when users are migrating from `v8.7` -> `v8.9` or `v8.8` -> `v8.9` (cherry picked from commit 0516cae)
- Loading branch information
Showing
3 changed files
with
798 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.