Skip to content

Commit a9a3c27

Browse files
author
David Roberts
authored
[8.5] [ML] Adding a known issue for the ML datafeed auth header problem (#92323)
Due to #41185 datafeeds created prior to 7.0 and not updated since then have unparseable authorization headers in 8.x. In 8.0-8.3 this could easily be a non-issue, as such datafeeds were likely forgotten leftovers and never run. Even if it was a problem, only the datafeed of interest would need updating with any urgency. Due to #87884 datafeeds with authorization headers older than 7.0 prevent _all_ datafeeds being listed in 8.4 and 8.5. This in turn breaks the anomaly detection job management section of the ML UI. The problem is alleviated by #92168 and fixed by #92221, but we should warn users that the problem exists in 8.4.0-8.5.3 inclusive. Backport of #92274
1 parent 6b9e33f commit a9a3c27

File tree

8 files changed

+47
-0
lines changed

8 files changed

+47
-0
lines changed

docs/reference/release-notes/8.4.0.asciidoc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33

44
Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
55

6+
[[known-issues-8.4.0]]
7+
[float]
8+
=== Known issues
9+
10+
// tag::ml-pre-7-datafeeds-known-issue[]
11+
* {ml-cap} {dfeeds} cannot be listed if any are not modified since version 6.x
12+
+
13+
If you have a {dfeed} that was created in version 5.x or 6.x and has not
14+
been updated since 7.0, it is not possible to list {dfeeds} in
15+
8.4 and 8.5. This means that {anomaly-jobs} cannot be managed using
16+
{kib}. This issue is fixed in 8.6.
17+
+
18+
If you upgrade to 8.4 or 8.5 with such a {dfeed}, you need to
19+
work around the problem by updating each {dfeed}'s authorization information
20+
using https://support.elastic.dev/knowledge/view/b5a879db[these steps].
21+
// end::ml-pre-7-datafeeds-known-issue[]
22+
623
[[bug-8.4.0]]
724
[float]
825
=== Bug fixes

docs/reference/release-notes/8.4.1.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
1010
Machine Learning::
1111
* [ML] Validate trained model deployment `queue_capacity` limit {es-pull}89611[#89611] (issue: {es-issue}89555[#89555])
1212

13+
[[known-issues-8.4.1]]
14+
[float]
15+
=== Known issues
1316

17+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]

docs/reference/release-notes/8.4.2.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ with the message "totalTermFreq must be at least docFreq". If you use the
1616
`cross_fields` scoring type, it is recommended that you skip version 8.4.2.
1717
This regression was fixed in version 8.4.3.
1818

19+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
20+
1921
[[bug-8.4.2]]
2022
[float]
2123
=== Bug fixes

docs/reference/release-notes/8.4.3.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ Ingest Node::
2020
Ranking::
2121
* Ensure `cross_fields` always uses valid term statistics {es-pull}90314[#90314]
2222

23+
[[known-issues-8.4.3]]
24+
[float]
25+
=== Known issues
2326

27+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]

docs/reference/release-notes/8.5.0.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ to restart nodes while in this state. Upgrade to 8.5.1 as soon as possible to
1414
avoid the risk of this occurring ({es-pull}91456[#91456]). If your cluster is
1515
affected by this issue, upgrade to 8.5.3 to repair it ({es-pull}91887[#91887]).
1616

17+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
18+
1719
[[breaking-8.5.0]]
1820
[float]
1921
=== Breaking changes

docs/reference/release-notes/8.5.1.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
66

7+
[[known-issues-8.5.1]]
8+
[float]
9+
=== Known issues
10+
11+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
12+
713
[[bug-8.5.1]]
814
[float]
915
=== Bug fixes

docs/reference/release-notes/8.5.2.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
66

7+
[[known-issues-8.5.2]]
8+
[float]
9+
=== Known issues
10+
11+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
12+
713
[[bug-8.5.2]]
814
[float]
915
=== Bug fixes

docs/reference/release-notes/8.5.3.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33

44
Also see <<breaking-changes-8.5,Breaking changes in 8.5>>.
55

6+
[[known-issues-8.5.3]]
7+
[float]
8+
=== Known issues
9+
10+
include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
11+
612
[[bug-8.5.3]]
713
[float]
814
=== Bug fixes

0 commit comments

Comments
 (0)