mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Update CHANGELOG.asciidoc (#139442)
This commit is contained in:
parent
a25f6fbc27
commit
7e8898e220
1 changed files with 33 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue