Skip to content

8.19.1 release notes #7017

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

Merged
merged 4 commits into from
Aug 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.19.1, {elastic-sec} version 8.19.1>>
* <<release-notes-8.19.0, {elastic-sec} version 8.19.0>>
* <<release-notes-8.18.4, {elastic-sec} version 8.18.4>>
* <<release-notes-8.18.3, {elastic-sec} version 8.18.3>>
Expand Down
17 changes: 16 additions & 1 deletion docs/release-notes/8.19.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
[[release-notes-header-8.19.0]]
== 8.19

[discrete]
[[release-notes-8.19.1]]
=== 8.19.1

[discrete]
[[enhancements-8.19.1]]
==== Enhancements
* Adds advanced policy settings in {elastic-defend} to enable collection of file origin information for File, Process, and DLL (ImageLoad) events ({kibana-pull}223882[#223882], {kibana-pull}222030[#222030]).

[discrete]
[[bug-fixes-8.19.1]]
==== Fixes
* Fixes a bug where Security AI Assistant settings landed on the wrong page for users on the Basic license ({kibana-pull}229163[#229163]).
* Fixes a bug where the base version API route cache was not properly invalidated after rule import ({kibana-pull}228475[#228475]).

[discrete]
[[release-notes-8.19.0]]
=== 8.19.0
Expand Down Expand Up @@ -36,7 +51,6 @@
* Groups vulnerabilities by resource and cloud account using IDs instead of names ({kibana-pull}225492[#225492]).
* Adds prompt tiles to the Security AI Assistant ({kibana-pull}224981[#224981]).
* Adds support for collapsible sections in integrations READMEs ({kibana-pull}223916[#223916]).
* Adds advanced policy settings in {elastic-defend} to enable collection of file origin information for File, Process, and DLL (ImageLoad) events ({kibana-pull}222030[#222030], {kibana-pull}223882[#223882]).
* Adds the `ecs@mappings` component to the transform destination index template ({kibana-pull}223878[#223878]).
* Adds the ability to revert a customized prebuilt rule to its original version ({kibana-pull}223301[#223301]).
* Displays which fields are customized for prebuilt rules ({kibana-pull}225939[#225939]).
Expand Down Expand Up @@ -65,6 +79,7 @@
* Reduces {elastic-defend} CPU when processing events from the System process, such as IIS network events.
* Improves {elastic-defend} logging of fatal exceptions.
* Improves {elastic-defend} call site analysis logic.
* Adds {elastic-defend} support for Elliptic Curve certificates and TLS output settings, including `supported_protocols`, `cipher_suites`, and `curve_types`.

[discrete]
[[bug-fixes-8.19.0]]
Expand Down