Skip to content

Commit

Permalink
[8.x] Removes 199791 from the 8.16.1 release notes (backport #6207) (#…
Browse files Browse the repository at this point in the history
…6214)

* Removes 199791 from the 8.16.1 release notes (#6207)

(cherry picked from commit 6bafdb8)

# Conflicts:
#	docs/release-notes/8.16.asciidoc

* Fixes conflict

---------

Co-authored-by: Nastasha Solomon <[email protected]>
Co-authored-by: nastasha.solomon <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 1aee02f commit 1719333
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions docs/release-notes/8.16.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
[[release-notes-header-8.16.0]]
== 8.16

[discrete]
[[release-notes-8.16.1]]
=== 8.16.1

[discrete]
[[known-issue-8.16.1]]
==== Known issues

// tag::known-issue[]
[discrete]
.Duplicate alerts can be produced from manually running threshold rules
[%collapsible]
====
*Details* +
On November 12, 2024, it was discovered that manually running threshold rules could produce duplicate alerts if the date range was already covered by a scheduled rule execution.
====
// end::known-issue[]

// tag::known-issue[]
[discrete]
.Manually running custom query rules with suppression could suppress more alerts than expected
[%collapsible]
====
*Details* +
On November 12, 2024, it was discovered that manually running a custom query rule with suppression could incorrectly inflate the number of suppressed alerts.
====
// end::known-issue[]

[discrete]
[[bug-fixes-8.16.1]]
==== Bug fixes
* 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]).
* 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]).
* 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]).
* 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]).
* 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]).
* Improves the warning message that displays when asset criticality assignments are duplicated during the bulk assignment flow ({kibana-pull}199651[#199651]).
* Fixes a time skew bug that occurred when Linux virtual machines using eBPF event probes were suspended and then resumed.

[discrete]
[[release-notes-8.16.0]]
=== 8.16.0
Expand Down

0 comments on commit 1719333

Please sign in to comment.