[8.3] [DOCS] Update 8.4.0 known issue in release notes (#139747) (#139758)

This commit is contained in:
Lisa Cawley 2022-08-30 11:54:59 -07:00 committed by GitHub
parent fc60c7cb95
commit c38f70e60e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,13 +41,16 @@ Review the following information about the {kib} 8.3.3 release.
[[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.
If you have alerting rules that have been snoozed, do not upgrade {kib} from
8.3.3 to 8.4.0. Upgrade to 8.4.1 instead.
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 determine if you have snoozed alerting rules, open the main menu, then click
**{stack-manage-app}** -> **{rules-ui}**. Filter the rule list by selecting
**View** -> **Snoozed**. If you must upgrade to 8.4.0, 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:
To identify snoozed rules in all Spaces using **Dev Tools**, run the following
query:
[source,console]
----
@ -61,14 +64,15 @@ GET /.kibana/_search
}
----
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:
If you upgraded {kib} from 8.3.3 to 8.4.0 and you had 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.
To fix that problem, restore your previous version, then upgrade to 8.4.1 instead.
[float]
[[breaking-changes-8.3.3]]
@ -276,12 +280,12 @@ Example error message::
==== Snoozed alerting rules need to be cancelled before upgrade
If you have alerting rules that have been snoozed, do not upgrade {kib} from
8.3.3 to 8.4.0.
8.3.3 to 8.4.0. Upgrade to 8.4.1 instead.
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.
**{stack-manage-app}** -> **{rules-ui}**. Filter the rule list by selecting
**View** -> **Snoozed**. If you must upgrade to 8.4.0, 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:
@ -298,18 +302,15 @@ GET /.kibana/_search
}
----
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:
If you upgraded {kib} from 8.3.3 to 8.4.0 and you had 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.
To fix than problem, restore your previous version, then upgrade to 8.4.1 instead.
[float]
[[breaking-changes-8.3.0]]