Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8.15.4 Release notes #6062

Merged
merged 13 commits into from
Nov 12, 2024
1 change: 1 addition & 0 deletions docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in each release.

* <<release-notes-8.15.4, {elastic-sec} version 8.15.4>>
* <<release-notes-8.15.3, {elastic-sec} version 8.15.3>>
* <<release-notes-8.15.2, {elastic-sec} version 8.15.2>>
* <<release-notes-8.15.1, {elastic-sec} version 8.15.1>>
Expand Down
35 changes: 35 additions & 0 deletions docs/release-notes/8.15.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
[[release-notes-header-8.15.0]]
== 8.15

[discrete]
[[release-notes-8.15.4]]
=== 8.15.4

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

// tag::known-issue-189676[]
[discrete]
.Tags appear in Elastic AI Assistant's responses
[%collapsible]
====
*Details* +
On August 1, 2024, it was discovered that Elastic AI Assistant's responses when using Bedrock Sonnet 3.5 may include `<antThinking>` tags, for example `<search_quality_reflection>` ({kibana-issue}189676[#189676]).

====
// end::known-issue-189676[]

[discrete]
[[enhancements-8.15.4]]
==== Enhancements
* Enhances {elastic-defend} by improving the `call_stack_final_user_module` attribution where potential `proxy_call` modules are encountered during Windows call stack analysis.

[discrete]
[[bug-fixes-8.15.4]]
==== Bug fixes
* Fixes a bug that caused an Elastic AI Assistant error if you had over 20 conversations and tried to access or update any of them ({kibana-pull}197305[#197305]).
nastasha-solomon marked this conversation as resolved.
Show resolved Hide resolved
* Fixes a bug that caused fields from all indices to display when adding a filter to a rule that you were editing. Now, only fields from the rule's specified indices appear ({kibana-pull}194678[#194678]).
nastasha-solomon marked this conversation as resolved.
Show resolved Hide resolved
* Improves {elastic-defend} by making the `elastic-endpoint status` command more reliable. Before this fix, the command occasionally failed with an I/O error.
* Fixes an {elastic-defend} process crash that could occur if it was configured to use the Kafka output.
* Fixes a bug where {elastic-defend} could fail to properly enrich Windows API events for short-lived processes on older operating systems that don't natively include this telemetry, such as Windows Server 2019. This might result in dropped or unattributed API events.
nastasha-solomon marked this conversation as resolved.
Show resolved Hide resolved
* Ensures that {elastic-defend} does not emit an empty `memory_region` if it can't enrich a memory region in an API event. With this fix, {elastic-defend} removes these fields.
nastasha-solomon marked this conversation as resolved.
Show resolved Hide resolved
* Fixes an {elastic-defend} bug where Windows API events might be dropped if they contain Unicode characters that can't be converted to ANSI.
nastasha-solomon marked this conversation as resolved.
Show resolved Hide resolved

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