184
edits
Tomas Kirnak (talk | contribs) (Added "Passing parameters to events" section) |
Tomas Kirnak (talk | contribs) (Corrected capture group and minor grammar fixes) |
||
Line 418: | Line 418: | ||
= Passing parameters to events = | = Passing parameters to events = | ||
The log parser can send parameters to events.<br> | The log parser can send parameters to events.<br> | ||
Anything matched by the ( | Anything matched by the regular expression within () will be sent to the event as a parameter. | ||
Consider the following line is received via syslog, or added to a monitored file: | Consider the following line is received via syslog, or added to a monitored file: |
edits