diff --git a/libbeat/docs/processors-using.asciidoc b/libbeat/docs/processors-using.asciidoc index 6a7b36604757..3569be1dd577 100644 --- a/libbeat/docs/processors-using.asciidoc +++ b/libbeat/docs/processors-using.asciidoc @@ -301,7 +301,7 @@ For example, the following condition checks if the process name starts with [source,yaml] ----- regexp: - system.process.name: "foo.*" + system.process.name: "^foo.*" ----- [float]