From ffa79a5e24c0fedd5ad33f2bf7ee1d2f2a68e20f Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 26 Jun 2026 14:07:11 +0100 Subject: [PATCH 1/2] [Security] 8.19.18 release notes --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.19.asciidoc | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 9815765cd8..3c5bb43f89 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in each release. +* <> * <> * <> * <> diff --git a/docs/release-notes/8.19.asciidoc b/docs/release-notes/8.19.asciidoc index 170eb77ba9..102bfd16a7 100644 --- a/docs/release-notes/8.19.asciidoc +++ b/docs/release-notes/8.19.asciidoc @@ -1,6 +1,16 @@ [[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]] From 14f677bdc7198972f882c9e1acce3100099c217a Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 26 Jun 2026 16:55:21 +0100 Subject: [PATCH 2/2] add integrations known issue --- docs/release-notes/8.19.asciidoc | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/release-notes/8.19.asciidoc b/docs/release-notes/8.19.asciidoc index 102bfd16a7..7350f2ff71 100644 --- a/docs/release-notes/8.19.asciidoc +++ b/docs/release-notes/8.19.asciidoc @@ -16,6 +16,27 @@ [[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