Skip to content

Commit 78b8655

Browse files
[8.x] [Known Issue] Error on Alert Page when upgrading to 8.16.0 (backport #6169) (#6171)
* First draft * Update 8.16.asciidoc * removed 0 * Mike's suggestions * Style edits * bolds page name * Update docs/release-notes/8.16.asciidoc Co-authored-by: Benjamin Ironside Goldstein <[email protected]> * Update docs/release-notes/8.16.asciidoc Co-authored-by: Benjamin Ironside Goldstein <[email protected]> --------- Co-authored-by: Benjamin Ironside Goldstein <[email protected]> (cherry picked from commit 222cecb) Co-authored-by: Nastasha Solomon <[email protected]>
1 parent 0be0675 commit 78b8655

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/release-notes/8.16.asciidoc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,28 @@ On November 12, 2024, it was discovered that manually running a custom query rul
5656
====
5757
// end::known-issue[]
5858

59+
// tag::known-issue-53[]
60+
[discrete]
61+
.Alerts page crashes if you upgrade to 8.16 and access it in a non-default {kib} space
62+
[%collapsible]
63+
====
64+
*Details* +
65+
On November 14, 2024, it was discovered that the **Alerts** page would crash and display an `Unable to load` error if you upgraded to 8.16 and accessed the page in a non-default {kib} space.
66+
67+
*Workaround* +
68+
Manually edit your browser's local storage and refresh the **Alerts** page:
69+
70+
NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using.
71+
72+
. Right-click anywhere on the **Alerts** page, then select *Inspect* to open Chrome's Developer Tools.
73+
. Go to *Application -> Storage*, then expand *Local Storage*.
74+
. Click on the name of your Kibana instance, for example, http://localhost:1234.
75+
. Search for the `siem.<space_name>.pageFilters` key, right-click on the value, then click *Delete*. If you have multiple non-default spaces, do this for each space.
76+
. Refresh the **Alerts** page to reload it.
77+
78+
====
79+
// end::known-issue-53[]
80+
5981
[discrete]
6082
[[breaking-changes-8.16.0]]
6183
==== Breaking changes

0 commit comments

Comments
 (0)