Skip to content

Commit 4881ef7

Browse files
nastasha-solomonmergify[bot]
authored andcommitted
Remove known issue for AI Assistant from the 8.15.1-8.16.1 release notes (#6190)
* First draft * Removes extra image (cherry picked from commit b1dec23)
1 parent e5c90f8 commit 4881ef7

File tree

3 files changed

+31
-64
lines changed

3 files changed

+31
-64
lines changed
-1.69 KB
Binary file not shown.

docs/release-notes/8.15.asciidoc

Lines changed: 5 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@
55
[[release-notes-8.15.4]]
66
=== 8.15.4
77

8-
[discrete]
9-
[[known-issue-8.15.4]]
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-
238
[discrete]
249
[[enhancements-8.15.4]]
2510
==== Enhancements
@@ -42,21 +27,6 @@ On August 1, 2024, it was discovered that Elastic AI Assistant's responses when
4227
[[release-notes-8.15.3]]
4328
=== 8.15.3
4429

45-
[discrete]
46-
[[known-issue-8.15.3]]
47-
==== Known issues
48-
49-
// tag::known-issue-189676[]
50-
[discrete]
51-
.Tags appear in Elastic AI Assistant's responses
52-
[%collapsible]
53-
====
54-
*Details* +
55-
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]).
56-
57-
====
58-
// end::known-issue-189676[]
59-
6030
[discrete]
6131
[[bug-fixes-8.15.3]]
6232
==== Bug fixes
@@ -77,17 +47,6 @@ On August 1, 2024, it was discovered that Elastic AI Assistant's responses when
7747
[[known-issue-8.15.2]]
7848
==== Known issues
7949

80-
// tag::known-issue-189676[]
81-
[discrete]
82-
.Tags appear in Elastic AI Assistant's responses
83-
[%collapsible]
84-
====
85-
*Details* +
86-
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]).
87-
88-
====
89-
// end::known-issue-189676[]
90-
9150
// tag::known-issue-192084[]
9251
[discrete]
9352
.Alerts wrongfully inherit previously-selected tags
@@ -141,18 +100,6 @@ On October 17, 2024, this issue was resolved.
141100
[[known-issue-8.15.1]]
142101
==== Known issues
143102

144-
// tag::known-issue-189676[]
145-
[discrete]
146-
.Tags appear in Elastic AI Assistant's responses
147-
[%collapsible]
148-
====
149-
*Details* +
150-
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]).
151-
152-
153-
====
154-
// end::known-issue-189676[]
155-
156103
// tag::known-issue-192084[]
157104
[discrete]
158105
.Alerts wrongfully inherit previously-selected tags
@@ -222,6 +169,11 @@ On October 17, 2024, this issue was resolved.
222169
*Details* +
223170
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]).
224171
172+
*Workaround* +
173+
Upgrade to 8.15.1.
174+
175+
*Resolved* +
176+
On September 5, 2024, this issue was resolved.
225177
226178
====
227179
// end::known-issue-189676[]

docs/release-notes/8.16.asciidoc

Lines changed: 26 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
[[release-notes-header-8.16.0]]
22
== 8.16
33

4+
[discrete]
5+
[[known-issue-8.16.1]]
6+
==== Known issues
7+
8+
// tag::known-issue[]
9+
[discrete]
10+
.Duplicate alerts can be produced from manually running threshold rules
11+
[%collapsible]
12+
====
13+
*Details* +
14+
On November 12, 2024, it was discovered that manually running threshold rules could produce duplicate alerts if the date range was already covered by a scheduled rule execution.
15+
16+
====
17+
// end::known-issue[]
18+
19+
// tag::known-issue[]
20+
[discrete]
21+
.Manually running custom query rules with suppression could suppress more alerts than expected
22+
[%collapsible]
23+
====
24+
*Details* +
25+
On November 12, 2024, it was discovered that manually running a custom query rule with suppression could incorrectly inflate the number of suppressed alerts.
26+
27+
====
28+
// end::known-issue[]
29+
430
[discrete]
531
[[release-notes-8.16.1]]
632
=== 8.16.1
@@ -43,17 +69,6 @@ On November 21, 2024, this issue was resolved.
4369
====
4470
// end::known-issue[]
4571

46-
// tag::known-issue-189676[]
47-
[discrete]
48-
.Tags appear in Elastic AI Assistant's responses
49-
[%collapsible]
50-
====
51-
*Details* +
52-
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]).
53-
54-
====
55-
// end::known-issue-189676[]
56-
5772
// tag::known-issue[]
5873
[discrete]
5974
.Duplicate alerts can be produced from manually running threshold rules

0 commit comments

Comments
 (0)