[DOCS] Add 7.9.0 known issue for problems with ML index mappings (#61289)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
This commit is contained in:
David Roberts 2020-08-18 19:46:08 +01:00 committed by GitHub
parent 2015d5f86a
commit 96256bd4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -3,6 +3,20 @@
Also see <<breaking-changes-7.9,Breaking changes in 7.9>>.
[[known-issues-7.9.0]]
[discrete]
=== Known issues
* Upgrading to 7.9.0 from an earlier version will result in incorrect mappings
on the {ml} annotations index, and possibly also on the {ml} config index. This
will lead to some pages in the {ml} UI not displaying correctly, and may prevent
{ml-jobs} being created or updated. The best way to avoid this problem if you
read about this known issue before upgrading is to manually update the mappings
on these indices in your old {es} version _before_ upgrading to 7.9.0. If you
find out about the issue after upgrading then reindexing is required to recover.
Full details of the mitigations are in
{ml-docs}/ml-troubleshooting.html#ml-troubleshooting-mappings[Upgrade to 7.9.0 causes incorrect mappings].
[[breaking-7.9.0]]
[discrete]
=== Breaking changes