From 6efda5293e012238d34157c6eca29c0e5cbf7119 Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Fri, 9 Jul 2021 13:00:43 -0400 Subject: fix example (#4740) Signed-off-by: Chris O'Haver --- plugin/errors/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/errors/README.md b/plugin/errors/README.md index 756be6883..0cb0b375d 100644 --- a/plugin/errors/README.md +++ b/plugin/errors/README.md @@ -55,7 +55,7 @@ and errors with prefix "Failed to " as errors. . { forward . 8.8.8.8 errors { - consolidate 5m ".* i/o timeout$" warn + consolidate 5m ".* i/o timeout$" warning consolidate 30s "^Failed to .+" } } -- cgit v1.2.3