diff --git a/libbeat/docs/processors-using.asciidoc b/libbeat/docs/processors-using.asciidoc index 1caf0035f258..7e40f8150178 100644 --- a/libbeat/docs/processors-using.asciidoc +++ b/libbeat/docs/processors-using.asciidoc @@ -267,7 +267,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]