Update CHANGELOG.asciidoc (#139442)

This commit is contained in:
Brandon Morelli 2022-08-24 18:09:18 -04:00 committed by GitHub
parent a25f6fbc27
commit 7e8898e220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,6 +37,39 @@ Review important information about the {kib} 8.3.x releases.
Review the following information about the {kib} 8.3.3 release.
[float]
[[known-issue-8.3.3]]
=== Known issues
If you have alerting rules that have been snoozed, do not upgrade {kib} from 8.3.3 to 8.4.0.
To determine if you have snoozed alerting rules, open the main menu, then click **Stack Management** -> **Rules and Connectors**.
Filter the rule list by selecting **View** -> **Snoozed**.
For each space, cancel the snooze for all affected rules before you upgrade.
To identify snoozed rules in all Spaces using **Dev Tools**, run the following query:
[source,console]
----
GET /.kibana/_search
{
"query": {
"exists": {
"field": "alert.isSnoozedUntil"
}
}
}
----
When you upgrade {kib} from 8.3.3 to 8.4.0, and you have alerting rules configured to snooze notifications, you will receive the following error message:
[source,text]
----
FATAL Error: Unable to complete saved object migrations for the [.kibana] index.
----
Before you retry the upgrade, restore your previous version, then cancel any alerting rules with snooze notifications.
[float]
[[breaking-changes-8.3.3]]
=== Breaking change