You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/8.16.asciidoc
+23-7Lines changed: 23 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
[[release-notes-header-8.16.0]]
2
2
== 8.16
3
3
4
+
[discrete]
5
+
[[release-notes-8.16.1]]
6
+
=== 8.16.1
7
+
8
+
[discrete]
9
+
[[bug-fixes-8.16.1]]
10
+
==== Bug fixes
11
+
* Fixes a bug that caused the **Alerts** to page crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]).
12
+
* Fetching Assistant Knowledge Base fails when current user's username contains a : character ({kibana-pull}200131[#200131]).
13
+
* Index Values are not available in dropdown under New Index Enter for Knowledge Base ({kibana-pull}199990[#199990]).
14
+
* Fixes `required_fields` being removed after rule `PATCH` calls ({kibana-pull}199901[#199901]).
15
+
* Update file validation because the file type is empty on windows ({kibana-pull}199791[#199791]).
16
+
* API changes for right placement of deleting the old component template ({kibana-pull}199734[#199734]).
17
+
* Improve asset criticality bulk error when entities are duplicated ({kibana-pull}199651[#199651]).
18
+
* Fixes a time skew bug when Linux VMs using eBPF event probes are suspended and then resumed.
19
+
4
20
[discrete]
5
21
[[release-notes-8.16.0]]
6
22
=== 8.16.0
@@ -65,7 +81,10 @@ On November 12, 2024, it was discovered that manually running a custom query rul
65
81
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
82
67
83
*Workaround* +
68
-
Manually edit your browser's local storage and refresh the **Alerts** page:
84
+
85
+
Upgrade to 8.16.1.
86
+
87
+
Alternatively, manually edit your browser's local storage and refresh the **Alerts** page:
69
88
70
89
NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using.
71
90
@@ -75,15 +94,12 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
75
94
. 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
95
. Refresh the **Alerts** page to reload it.
77
96
97
+
*Resolved* +
98
+
On November 21, 2024, this issue was resolved.
99
+
78
100
====
79
101
// end::known-issue-53[]
80
102
81
-
[discrete]
82
-
[[breaking-changes-8.16.0]]
83
-
==== Breaking changes
84
-
85
-
* During shutdown, {kib} now waits for all the ongoing requests to complete according to the `server.shutdownTimeout` setting. During that period, the incoming socket is closed and any new incoming requests are rejected. Before this update, new incoming requests received a response with the status code 503 and body `{ "message": "{kib} is shutting down and not accepting new incoming requests" }`.
0 commit comments