Skip to content

Commit

Permalink
[docs] Fix regexp example (#16694)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Feb 28, 2020
1 parent 297fde4 commit fa289ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit fa289ce

Please sign in to comment.