From 154404327c5c0a346939869fe48079f1585b89a9 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Wed, 9 Jul 2025 12:07:00 +0100 Subject: [PATCH 1/8] [Security] 8.18.4 release notes --- docs/release-notes.asciidoc | 1 + docs/release-notes/8.18.asciidoc | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index ff0f54a21f..31860c983d 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.18.asciidoc b/docs/release-notes/8.18.asciidoc index 726806dc0c..7f1969c1a1 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -1,6 +1,26 @@ [[release-notes-header-8.18.0]] == 8.18 +[discrete] +[[release-notes-8.18.4]] +=== 8.18.4 + +[discrete] +[[enhancements-8.18.4]] +==== Enhancements +* Improves logging of fatal exceptions. + +[discrete] +[[bug-fixes-8.18.4]] +==== Fixes +* Fixes domain validation in case observables ({kibana-pull}225901[#225901]). +* Updates a placeholder and validation message in the **Related Integrations** section of the rule upgrade flyout ({kibana-pull}225775[#225775]). +* Excludes {{ml}} rules from installation and upgrade checks for users with Basic or Essentials licenses ({kibana-pull}224676[#224676]). +* Allows using days as a time unit in rule schedules, fixing an issue where durations normalized to days were incorrectly displayed as 0 seconds ({kibana-pull}224083[#224083]). +* Strips `originId` from connectors before rule import to ensure correct ID regeneration and prevent errors when migrating connector references on rules ({kibana-pull}223454[#223454]). +* Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). +* Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments by ensuring API requests are sent even when offline ({kibana-pull}220510[#220510]). + [discrete] [[release-notes-8.18.3]] === 8.18.3 From 97f9276f66cfc7e5f4b5b366771a2e87f45a06b1 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic <137783811+natasha-moore-elastic@users.noreply.github.com> Date: Wed, 9 Jul 2025 12:16:29 +0100 Subject: [PATCH 2/8] Tweaks --- docs/release-notes/8.18.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index 7f1969c1a1..83b36aeec2 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -8,14 +8,14 @@ [discrete] [[enhancements-8.18.4]] ==== Enhancements -* Improves logging of fatal exceptions. +* Improves logging of fatal exceptions in {elastic-endpoint}. [discrete] [[bug-fixes-8.18.4]] ==== Fixes * Fixes domain validation in case observables ({kibana-pull}225901[#225901]). * Updates a placeholder and validation message in the **Related Integrations** section of the rule upgrade flyout ({kibana-pull}225775[#225775]). -* Excludes {{ml}} rules from installation and upgrade checks for users with Basic or Essentials licenses ({kibana-pull}224676[#224676]). +* Excludes {ml} rules from installation and upgrade checks for users with Basic or Essentials licenses ({kibana-pull}224676[#224676]). * Allows using days as a time unit in rule schedules, fixing an issue where durations normalized to days were incorrectly displayed as 0 seconds ({kibana-pull}224083[#224083]). * Strips `originId` from connectors before rule import to ensure correct ID regeneration and prevent errors when migrating connector references on rules ({kibana-pull}223454[#223454]). * Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). From 3cd1a99009eb1c9096706310bb42d25156bebde5 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Thu, 10 Jul 2025 15:58:27 +0100 Subject: [PATCH 3/8] adds missing RN --- docs/release-notes/8.18.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index 83b36aeec2..fb26def5d7 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -13,6 +13,7 @@ [discrete] [[bug-fixes-8.18.4]] ==== Fixes +* Fixes differences between risk scoring preview and persisted risk scores ({kibana-pull}226456[#226456]). * Fixes domain validation in case observables ({kibana-pull}225901[#225901]). * Updates a placeholder and validation message in the **Related Integrations** section of the rule upgrade flyout ({kibana-pull}225775[#225775]). * Excludes {ml} rules from installation and upgrade checks for users with Basic or Essentials licenses ({kibana-pull}224676[#224676]). From af2897b921ab0f04291c18e7adcb1c9ecde6331f Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 11 Jul 2025 12:26:31 +0100 Subject: [PATCH 4/8] address feedback --- docs/release-notes/8.18.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index fb26def5d7..4ebb77ea0d 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -8,7 +8,7 @@ [discrete] [[enhancements-8.18.4]] ==== Enhancements -* Improves logging of fatal exceptions in {elastic-endpoint}. +* Improves logging of fatal exceptions in {elastic-defend}. [discrete] [[bug-fixes-8.18.4]] @@ -20,7 +20,7 @@ * Allows using days as a time unit in rule schedules, fixing an issue where durations normalized to days were incorrectly displayed as 0 seconds ({kibana-pull}224083[#224083]). * Strips `originId` from connectors before rule import to ensure correct ID regeneration and prevent errors when migrating connector references on rules ({kibana-pull}223454[#223454]). * Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). -* Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments by ensuring API requests are sent even when offline ({kibana-pull}220510[#220510]). +* Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments ({kibana-pull}220510[#220510]). [discrete] [[release-notes-8.18.3]] From c4b1c95d02ff8e860f61cedde4930072f71eb949 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 11 Jul 2025 13:55:52 +0100 Subject: [PATCH 5/8] Adds another note --- docs/release-notes/8.18.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index 4ebb77ea0d..8f0d9e730a 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -9,6 +9,7 @@ [[enhancements-8.18.4]] ==== Enhancements * Improves logging of fatal exceptions in {elastic-defend}. +* Allows {elastic-defend} users to control the maximum file size for malware protection using the `advanced.malware.max_file_size_bytes` advanced policy setting. [discrete] [[bug-fixes-8.18.4]] From 0b5fcd0ab3755b31f4ff5a57b46bff777e642fc6 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Fri, 11 Jul 2025 14:51:47 +0100 Subject: [PATCH 6/8] and another one --- docs/release-notes/8.18.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index 8f0d9e730a..a52a8efbc3 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -22,6 +22,7 @@ * Strips `originId` from connectors before rule import to ensure correct ID regeneration and prevent errors when migrating connector references on rules ({kibana-pull}223454[#223454]). * Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). * Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments ({kibana-pull}220510[#220510]). +* Fixes an issue in {elastic-defend} that may result in bugchecks (BSODs) on Windows systems with a very high volume of network connections. This issue has only been observed on Windows Server. [discrete] [[release-notes-8.18.3]] From ae675323efe0931407d31ca7b19e7ace1a5e8d27 Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Thu, 17 Jul 2025 13:37:38 +0100 Subject: [PATCH 7/8] Add more RM notes --- docs/release-notes/8.18.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index a52a8efbc3..7d6e22de79 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -22,6 +22,8 @@ * Strips `originId` from connectors before rule import to ensure correct ID regeneration and prevent errors when migrating connector references on rules ({kibana-pull}223454[#223454]). * Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). * Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments ({kibana-pull}220510[#220510]). +* Fixes a bug where unmodified prebuilt rules installed before v8.18 didn't appear in the **Upgrade** table when the **Unmodified** filter was selected ({kibana-pull}227859[#227859]). +* Improves UI copy for the "bulk update with conflicts" modal ({kibana-pull}227803[#227803]) * Fixes an issue in {elastic-defend} that may result in bugchecks (BSODs) on Windows systems with a very high volume of network connections. This issue has only been observed on Windows Server. [discrete] From 353159531fec11f89ad85ff4a0dfd51915e71e6d Mon Sep 17 00:00:00 2001 From: natasha-moore-elastic Date: Thu, 17 Jul 2025 13:38:32 +0100 Subject: [PATCH 8/8] full stop --- docs/release-notes/8.18.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/8.18.asciidoc b/docs/release-notes/8.18.asciidoc index 7d6e22de79..84f4bf1baa 100644 --- a/docs/release-notes/8.18.asciidoc +++ b/docs/release-notes/8.18.asciidoc @@ -23,7 +23,7 @@ * Refactors Timeline styling for improved consistency with design updates ({kibana-pull}222438[#222438]). * Fixes a bug where the **Rules**, **Alerts**, and **Fleet** pages would stall in air-gapped environments ({kibana-pull}220510[#220510]). * Fixes a bug where unmodified prebuilt rules installed before v8.18 didn't appear in the **Upgrade** table when the **Unmodified** filter was selected ({kibana-pull}227859[#227859]). -* Improves UI copy for the "bulk update with conflicts" modal ({kibana-pull}227803[#227803]) +* Improves UI copy for the "bulk update with conflicts" modal ({kibana-pull}227803[#227803]). * Fixes an issue in {elastic-defend} that may result in bugchecks (BSODs) on Windows systems with a very high volume of network connections. This issue has only been observed on Windows Server. [discrete]