mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
This commit is contained in:
parent
fc60c7cb95
commit
c38f70e60e
1 changed files with 18 additions and 17 deletions
|
@ -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]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue