From c858c7efca1e3a02695c425dff7255836e5e2229 Mon Sep 17 00:00:00 2001 From: DeDe Morton Date: Wed, 4 Mar 2020 13:55:18 -0800 Subject: [PATCH] Update processors-using.asciidoc (#13506) --- 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 474e61ed9ec..81080dda5cb 100644 --- a/libbeat/docs/processors-using.asciidoc +++ b/libbeat/docs/processors-using.asciidoc @@ -28,7 +28,7 @@ of action, such as selecting the fields that are exported or adding metadata to the event. * `` specifies an optional <>. If the condition is present, then the action is executed only if the condition is -fulfilled. If no condition is passed, then the action is always executed. +fulfilled. If no condition is set, then the action is always executed. * `` is the list of parameters to pass to the processor. More complex conditional processing can be accomplished by using the