Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.4] [ML] Adding a known issue for the ML datafeed auth header problem #92324

Merged
merged 1 commit into from
Dec 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/reference/release-notes/8.4.0.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@

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

[[known-issues-8.4.0]]
[float]
=== Known issues

// tag::ml-pre-7-datafeeds-known-issue[]
* {ml-cap} {dfeeds} cannot be listed if any are not modified since version 6.x
+
If you have a {dfeed} that was created in version 5.x or 6.x and has not
been updated since 7.0, it is not possible to list {dfeeds} in
8.4 and 8.5. This means that {anomaly-jobs} cannot be managed using
{kib}. This issue is fixed in 8.6.
+
If you upgrade to 8.4 or 8.5 with such a {dfeed}, you need to
work around the problem by updating each {dfeed}'s authorization information
using https://support.elastic.dev/knowledge/view/b5a879db[these steps].
// end::ml-pre-7-datafeeds-known-issue[]

[[bug-8.4.0]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.4.1.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ Also see <<breaking-changes-8.4,Breaking changes in 8.4>>.
Machine Learning::
* [ML] Validate trained model deployment `queue_capacity` limit {es-pull}89611[#89611] (issue: {es-issue}89555[#89555])

[[known-issues-8.4.1]]
[float]
=== Known issues

include::8.4.0.asciidoc[tag=ml-pre-7-datafeeds-known-issue]
2 changes: 2 additions & 0 deletions docs/reference/release-notes/8.4.2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ with the message "totalTermFreq must be at least docFreq". If you use the
`cross_fields` scoring type, it is recommended that you skip version 8.4.2.
This regression was fixed in version 8.4.3.

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

[[bug-8.4.2]]
[float]
=== Bug fixes
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/release-notes/8.4.3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,8 @@ Ingest Node::
Ranking::
* Ensure `cross_fields` always uses valid term statistics {es-pull}90314[#90314]

[[known-issues-8.4.3]]
[float]
=== Known issues

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