From dd142c460f040571dee8ffb5541609b2a6fede2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20C=C3=B4t=C3=A9?= Date: Thu, 22 Jul 2021 13:39:24 -0400 Subject: [PATCH] Fix doc on ok rule status (#106545) --- docs/user/alerting/create-and-manage-rules.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/alerting/create-and-manage-rules.asciidoc b/docs/user/alerting/create-and-manage-rules.asciidoc index 2dd9a4120512..23e79911fd5e 100644 --- a/docs/user/alerting/create-and-manage-rules.asciidoc +++ b/docs/user/alerting/create-and-manage-rules.asciidoc @@ -158,7 +158,7 @@ image:images/bulk-mute-disable.png[The Manage rules button lets you mute/unmute, A rule can have one of the following statuses: `active`:: The conditions for the rule have been met, and the associated actions should be invoked. -`ok`:: The conditions for the rule were previously met, but no longer. Changed to `recovered` in the 7.14 release. +`ok`:: The conditions for the rule have not been met, and the associated actions are not invoked. `error`:: An error was encountered during rule execution. `pending`:: The rule has not yet executed. The rule was either just created, or enabled after being disabled. `unknown`:: A problem occurred when calculating the status. Most likely, something went wrong with the alerting code.