Skip to content
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.18, {elastic-sec} version 8.19.18>>
* <<release-notes-8.19.17, {elastic-sec} version 8.19.17>>
* <<release-notes-8.19.16, {elastic-sec} version 8.19.16>>
* <<release-notes-8.19.15, {elastic-sec} version 8.19.15>>
Expand Down
31 changes: 31 additions & 0 deletions docs/release-notes/8.19.asciidoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,42 @@
[[release-notes-header-8.19.0]]
== 8.19

[discrete]
[[release-notes-8.19.18]]
=== 8.19.18

[discrete]
[[bug-fixes-8.19.18]]
==== Fixes
* Fixes an issue where the rule editing UI rejected valid semver range version constraints (such as `^8.2.0 || ^9.0.0`) on related integrations [ ({kibana-pull}274133[#274133]).
* Fixes an issue in the AI Assistant where selecting all conversations and then saving an edit to a single conversation deleted all conversations instead of updating only the edited one ({kibana-pull}274033[#274033]).
* Fixes `bulk_max_size` output setting validation in {elastic-defend}.

[discrete]
[[release-notes-8.19.17]]
=== 8.19.17

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

// tag::known-issue[]
[discrete]
.ProblemChild and DGA integrations fail to install
[%collapsible]
====
*Details* +
The https://www.elastic.co/docs/reference/integrations/problemchild[ProblemChild] (Living off the Land Detection) and https://www.elastic.co/docs/reference/integrations/dga[DGA] integration packages fail to install. This is caused by an {es} validation that limits field names in trained models to 100 characters.

*Workaround* +
Upgrade to {stack} 8.19.18.

*Resolved* +
This issue is fixed in {stack} 8.19.18.

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

[discrete]
[[bug-fixes-8.19.17]]
==== Fixes
Expand Down
Loading