From 47093fad1ad37594b7f0021998016af7f6bad70a Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Wed, 26 Feb 2025 23:43:23 -0500 Subject: [PATCH] Edits --- docs/release-notes/8.17.asciidoc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/release-notes/8.17.asciidoc b/docs/release-notes/8.17.asciidoc index c0e934401f..68fcc6026c 100644 --- a/docs/release-notes/8.17.asciidoc +++ b/docs/release-notes/8.17.asciidoc @@ -28,15 +28,13 @@ On November 12, 2024, it was discovered that manually running a custom query rul [discrete] [[bug-fixes-8.17.3]] ==== Bug fixes -* Disables sorting IP ranges in value list modal ({kibana-pull}210922[#210922]). -* Fixes generated names for integration title ({kibana-pull}210916[#210916]). -* Fixes package name validation on Datastream page ({kibana-pull}210770[#210770]). -* Handle empty categorization results from LLM ({kibana-pull}210420[#210420]). -* Added concurrency limits and request throttling to prebuilt rule routes ({kibana-pull}209551[#209551]). -* Only show data warning screen on Serverless ({kibana-pull}201920[#201920]). +* Removes the option to sort IP ranges in the value list modal ({kibana-pull}210922[#210922]). +* Fixes package name validation on the Automatic Import data stream page ({kibana-pull}210916[#210916], {kibana-pull}210770[#210770]). +* Improves the way Automatic Import handles empty categorization results from LLMs ({kibana-pull}210420[#210420]). +* Adds concurrency limits and request throttling to prebuilt rule routes ({kibana-pull}209551[#209551]). * Fixes a Linux endpoint bug where tty capture limit defaults were ignored. -* Fixes a potential Elastic Defend crash when generating multiple ransomware alerts on Windows. This issue was simultaneously mitigated via a cloud artifact update (manifest version 1.0.1381) on 2025-02-24. Internet-connected instances of Defend will automatically receive this update - no user intervention required. Air-gapped customers hosting their own artifacts should follow [these instructions](https://www.elastic.co/guide/en/security/current/offline-endpoint.html). We would like to acknowledge [Todyl](https://www.todyl.com) for their assistance with this issue. -* The `allocate_shellcode` API behavior was updated to explicitly only apply to Unbacked memory. +* Fixes a potential {elastic-defend} crash when generating multiple ransomware alerts on Windows. This issue was simultaneously mitigated by a cloud artifact update (manifest version 1.0.1381) on February 24, 2025. Internet-connected instances of {elastic-defend} will automatically receive this update -- no user intervention required. Air-gapped customers hosting their own artifacts should follow [these instructions](offline-endpoint). We would like to acknowledge [Todyl](https://www.todyl.com) for their assistance with this issue. +* The `allocate_shellcode` API behavior was updated to explicitly only apply to unbacked memory. [discrete] [[release-notes-8.17.2]]