mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-17 09:20:41 +01:00
Fix an incorrect spelling of mmgrok's README.md
This incorrect spelling may confusing people who follows `README.md`'s instruction.
This commit is contained in:
parent
aeb77e4d2d
commit
b31f40be37
@ -21,7 +21,7 @@ Example
|
||||
|
||||
module(load="mmgrok")
|
||||
template(name="tmlp" type="string" string="%$!msg!test%\n")
|
||||
action(type="mmgrok" patterndir="path/to/yourpatternsDir" match="%{WORD:test}" soure="msg" target="!msg")
|
||||
action(type="mmgrok" patterndir="path/to/yourpatternsDir" match="%{WORD:test}" source="msg" target="!msg")
|
||||
action(type="omfile" file="path/to/file" template="tmlp")
|
||||
|
||||
Descrption
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user