Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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.7, {elastic-sec} version 8.19.7>>
* <<release-notes-8.19.6, {elastic-sec} version 8.19.6>>
* <<release-notes-8.19.5, {elastic-sec} version 8.19.5>>
* <<release-notes-8.19.4, {elastic-sec} version 8.19.4>>
Expand Down
24 changes: 24 additions & 0 deletions docs/release-notes/8.19.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
[[release-notes-header-8.19.0]]
== 8.19

[discrete]
[[release-notes-8.19.7]]
=== 8.19.7

[discrete]
[[enhancements-8.19.7]]
==== Enhancements
* Improves the reliability of Cloud Security Posture (CSP) data by automatically upgrading outdated Misconfiguration and Vulnerabilities data views to the correct versions ({kibana-pull}238547[#238547]).
* Improves the reliability of {elastic-defend} Kafka connections.
* Improves the accuracy of thread CPU usage reported in {elastic-defend} metrics documents.

[discrete]
[[bug-fixes-8.19.7]]
==== Fixes
* Fixes entity flyout **Risk contributions** tab link ({kibana-pull}241153[#241153]).
* Fixes a pagination issue with the data table on the **Indicators** page ({kibana-pull}241108[#241108]).
* Allows partial matches on rule name when searching installed rules ({kibana-pull}237496[#237496]).
* Fixes an issue where rule exception operators could not be cleared when editing a rule exception ({kibana-pull}236051[#236051]).
* Fixes an {elastic-defend} issue on Linux by preventing unnecessary locking within malware protection to avoid invalid watchdog firings.
* Fixes issues that could sometimes cause crashes of the {elastic-defend} user-mode process on very busy Windows systems.
* Fixes multiple {elastic-defend} issues in malware protection for Linux where a deadlock could sometimes occur when containers and autofs were both active.
* Fixes an {elastic-defend} bug in Linux event collection where some long-running processes were not enriched.
* Fixes an issue in {elastic-defend} that could cause the `get-file` and `execute` response actions to start failing after many are issued with a single running instance of {elastic-defend}.

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