Skip to content

Commit 7d709fc

Browse files
nastasha-solomonbenironside
authored andcommitted
8.16.1 Release notes (#6178)
* First draft * First draft * Second draft * Fixes issue * 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 4450b05)
1 parent 38515a7 commit 7d709fc

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

docs/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in each release.
55

6+
* <<release-notes-8.16.1, {elastic-sec} version 8.16.1>>
67
* <<release-notes-8.16.0, {elastic-sec} version 8.16.0>>
78
* <<release-notes-8.15.4, {elastic-sec} version 8.15.4>>
89
* <<release-notes-8.15.3, {elastic-sec} version 8.15.3>>

docs/release-notes/8.16.asciidoc

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
[[release-notes-header-8.16.0]]
22
== 8.16
33

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** page to crash if you upgraded to 8.16 and accessed the page in a non-default {kib} space ({kibana-pull}200058[#200058]).
12+
* Fixes a bug that caused the Elastic AI Assistant Knowledge Base to fail if the current user had a colon (`:`) in their username and attempted to access Knowledge Base entries ({kibana-pull}200131[#200131]).
13+
* Fixes a bug that made values unavailable for the Knowledge Base **Index** field, which lets you specify an index as a knowledge source ({kibana-pull}199990[#199990]).
14+
* Fixes a bug that unset the `required_fields` field if you updated a rule by sending a `PATCH` request that didn't contain the `required_fields` field ({kibana-pull}199901[#199901]).
15+
* Fixes an issue that prevented you from successfully importing TSV files with asset criticality data if you were on Windows ({kibana-pull}199791[#199791]).
16+
* Fixes the entity store initialization error that was caused by risk engine failures. Now, when you upgrade to 8.16.1, or follow the standard flow for initializing the entity store, the risk engine no longer fails while deleting the component template. In addition, the index template will correctly reference the new component template, ensuring the successful initialization of the entity store ({kibana-pull}199734[#199734]).
17+
* Improves the warning message that displays when asset criticality assignments are duplicated during the bulk assignment flow ({kibana-pull}199651[#199651]).
18+
* Fixes a time skew bug that occurred when Linux virtual machines using eBPF event probes were suspended and then resumed.
19+
420
[discrete]
521
[[release-notes-8.16.0]]
622
=== 8.16.0
@@ -18,7 +34,11 @@
1834
Updating a Knowledge Base entry of type "index" results in an error.
1935
2036
*Workaround* +
21-
Instead of updating an "index" entry, delete it and add it again with the desired changes.
37+
38+
Upgrade to 8.16.1. Alternatively, instead of updating an "index" entry, delete it and add it again with the desired changes.
39+
40+
*Resolved* +
41+
On November 21, 2024, this issue was resolved.
2242
2343
====
2444
// end::known-issue[]
@@ -65,7 +85,10 @@ On November 12, 2024, it was discovered that manually running a custom query rul
6585
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.
6686
6787
*Workaround* +
68-
Manually edit your browser's local storage and refresh the **Alerts** page:
88+
89+
Upgrade to 8.16.1.
90+
91+
Alternatively, manually edit your browser's local storage and refresh the **Alerts** page:
6992
7093
NOTE: These instructions only apply to the Google Chrome browser. Modify the steps based on the browser you're using.
7194
@@ -75,15 +98,12 @@ NOTE: These instructions only apply to the Google Chrome browser. Modify the ste
7598
. 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.
7699
. Refresh the **Alerts** page to reload it.
77100
101+
*Resolved* +
102+
On November 21, 2024, this issue was resolved.
103+
78104
====
79105
// end::known-issue-53[]
80106

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" }`.
86-
87107
[discrete]
88108
[[features-8.16.0]]
89109
==== New features

0 commit comments

Comments
 (0)