From 6a2b23d9473fe64f28e19d1cce808fb4f5e2a45b Mon Sep 17 00:00:00 2001 From: "nastasha.solomon" Date: Tue, 15 Oct 2024 09:25:58 -0400 Subject: [PATCH] Minor edits --- docs/release-notes/8.15.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes/8.15.asciidoc b/docs/release-notes/8.15.asciidoc index 1f65fe37ca..264e5c4f48 100644 --- a/docs/release-notes/8.15.asciidoc +++ b/docs/release-notes/8.15.asciidoc @@ -26,13 +26,13 @@ On August 1, 2024, it was discovered that Elastic AI Assistant's responses when * Fixes a bug that could cause {elastic-defend} to crash on Linux when scanning paths (or paths with children) which include virtual file systems, such as procfs. * Fixes a bug that made alerts wrongfully inherit previously-selected tags ({kibana-pull}194428[#194428]). * Fixes a bug that caused all index fields to display when creating a rule filter instead of only fields from the specified index ({kibana-pull}194678[#194678]). -* Automatic Import no longer asks LLMs to map to reserved ECS fields ({kibana-pull}195168[#195168]). -* Automatic Import is more forgiving if LLMs return ECS mappings in unexpected formats ({kibana-pull}195167[#195167]). +* Prevents Automatic Import from requesting that LLMs to map to reserved ECS fields ({kibana-pull}195168[#195168]). +* Makes Automatic Import more forgiving if LLMs return ECS mappings in unexpected formats ({kibana-pull}195167[#195167]). * Fixes an Automatic Import bug that prevented non-ECS compatible fields from resolving in structured and unstructured system logs ({kibana-pull}194727[#194727]). * Fixes an Automatic Import bug that occurred when uploading a new version of an existing integration ({kibana-pull}194298[#194298]). * Fixes an Automatic Import bug that is caused integration deployments to fail after you edited the ingest pipeline ({kibana-pull}194203[#194203]). -* Includes the `user.target.name` field in the default anonymization allow list to improve Attack discoveries ({kibana-pull}193496[#193496]). -* Fixes an Attack discovery UI bug where entities repeated in a description were displayed with a UUID instead of the value ({kibana-pull}193428[#193428]). +* Improves Attack discoveries by including the `user.target.name` field in the default anonymization allow list ({kibana-pull}193496[#193496]). +* Fixes an Attack discovery UI bug where entities repeated in a description were displayed with a UUID instead of a value ({kibana-pull}193428[#193428]). [discrete] [[release-notes-8.15.2]]