Skip to content

Commit d3e1782

Browse files
nastasha-solomongabriellandaubenironside
authored andcommitted
8.15.3 Release notes (#5905)
* First draft * Update 8.15.asciidoc * second draft * Adds 194428 * Updates endpoint bug summary * Update docs/release-notes/8.15.asciidoc Co-authored-by: Gabriel Landau <[email protected]> * Adds 194678 * Minor edits * Fixes month * Update docs/release-notes/8.15.asciidoc Co-authored-by: Benjamin Ironside Goldstein <[email protected]> * Update docs/release-notes/8.15.asciidoc Co-authored-by: Benjamin Ironside Goldstein <[email protected]> * Update docs/release-notes/8.15.asciidoc --------- Co-authored-by: Gabriel Landau <[email protected]> Co-authored-by: Benjamin Ironside Goldstein <[email protected]> (cherry picked from commit 5ec4c64)
1 parent 2566de6 commit d3e1782

File tree

3 files changed

+61
-7
lines changed

3 files changed

+61
-7
lines changed

docs/release-notes.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
This section summarizes the changes in each release.
55

6+
* <<release-notes-8.15.3, {elastic-sec} version 8.15.3>>
67
* <<release-notes-8.15.2, {elastic-sec} version 8.15.2>>
78
* <<release-notes-8.15.1, {elastic-sec} version 8.15.1>>
89
* <<release-notes-8.15.0, {elastic-sec} version 8.15.0>>

docs/release-notes/8.14.asciidoc

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
3737
3838
*Workaround* +
3939
40-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
40+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
41+
42+
*Resolved* +
43+
On October 17, 2024, this issue was resolved.
4144
4245
====
4346
// end::known-issue-192084[]
@@ -84,7 +87,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
8487
8588
*Workaround* +
8689
87-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
90+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
91+
92+
*Resolved* +
93+
On October 17, 2024, this issue was resolved.
8894
8995
====
9096
// end::known-issue-192084[]
@@ -131,7 +137,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
131137
132138
*Workaround* +
133139
134-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
140+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
141+
142+
*Resolved* +
143+
On October 17, 2024, this issue was resolved.
135144
136145
====
137146
// end::known-issue-192084[]
@@ -182,7 +191,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
182191
183192
*Workaround* +
184193
185-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
194+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
195+
196+
*Resolved* +
197+
On October 17, 2024, this issue was resolved.
186198
187199
====
188200
// end::known-issue-192084[]

docs/release-notes/8.15.asciidoc

Lines changed: 44 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11
[[release-notes-header-8.15.0]]
22
== 8.15
33

4+
[discrete]
5+
[[release-notes-8.15.3]]
6+
=== 8.15.3
7+
8+
[discrete]
9+
[[known-issue-8.15.3]]
10+
==== Known issues
11+
12+
// tag::known-issue-189676[]
13+
[discrete]
14+
.Tags appear in Elastic AI Assistant's responses
15+
[%collapsible]
16+
====
17+
*Details* +
18+
On August 1, 2024, it was discovered that Elastic AI Assistant's responses when using Bedrock Sonnet 3.5 may include `<antThinking>` tags, for example `<search_quality_reflection>` ({kibana-issue}189676[#189676]).
19+
20+
====
21+
// end::known-issue-189676[]
22+
23+
[discrete]
24+
[[bug-fixes-8.15.3]]
25+
==== Bug fixes
26+
* 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.
27+
* Fixes a bug that made alerts wrongfully inherit previously-selected tags ({kibana-pull}194428[#194428]).
28+
* Prevents Automatic Import from requesting that LLMs map to reserved ECS fields ({kibana-pull}195168[#195168]).
29+
* Makes Automatic Import more forgiving if LLMs return ECS mappings in unexpected formats ({kibana-pull}195167[#195167]).
30+
* Fixes an Automatic Import bug that prevented non-ECS compatible fields from resolving in structured and unstructured system logs ({kibana-pull}194727[#194727]).
31+
* Fixes an Automatic Import bug that occurred when uploading a new version of an existing integration ({kibana-pull}194298[#194298]).
32+
* Fixes an Automatic Import bug that caused integration deployments to fail after you edited the ingest pipeline ({kibana-pull}194203[#194203]).
33+
* Improves Attack discoveries by including the `user.target.name` field in the default anonymization allow list ({kibana-pull}193496[#193496]).
34+
* 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]).
35+
436
[discrete]
537
[[release-notes-8.15.2]]
638
=== 8.15.2
@@ -31,7 +63,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
3163
3264
*Workaround* +
3365
34-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
66+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
67+
68+
*Resolved* +
69+
On October 17, 2024, this issue was resolved.
3570
3671
====
3772
// end::known-issue-192084[]
@@ -93,7 +128,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
93128
94129
*Workaround* +
95130
96-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
131+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
132+
133+
*Resolved* +
134+
On October 17, 2024, this issue was resolved.
97135
98136
====
99137
// end::known-issue-192084[]
@@ -197,7 +235,10 @@ When you add tags to alerts from the Alerts table, the previously-selected tags
197235
198236
*Workaround* +
199237
200-
When adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
238+
Upgrade to 8.15.3. Alternatively, when adding tags to an alert, click the previously-applied tags to re-apply them, then click them again to remove them. Save your changes by clicking *Apply tags*. This removes the old tags from the alert.
239+
240+
*Resolved* +
241+
On October 17, 2024, this issue was resolved.
201242
202243
====
203244
// end::known-issue-192084[]

0 commit comments

Comments
 (0)