From ee5a4e73a98fbf63307cd5d7f6cfcf196bb15bd3 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Mon, 18 Nov 2019 14:24:43 -0800 Subject: [PATCH] Add missing colon (#14575) --- libbeat/docs/processors-using.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libbeat/docs/processors-using.asciidoc b/libbeat/docs/processors-using.asciidoc index 1caf0035f258..87dd305aabb5 100644 --- a/libbeat/docs/processors-using.asciidoc +++ b/libbeat/docs/processors-using.asciidoc @@ -462,7 +462,7 @@ For example, to configure the condition `NOT status = OK`: [source,yaml] ------ -not +not: equals: status: OK ------