Difference between revisions of "UM:Log Monitoring"

17 bytes added ,  14:27, 2 April 2012
m
Line 348: Line 348:
=== <description> Tag ===
=== <description> Tag ===
Tag <nowiki><description></nowiki> contains textual description of the rule, which will be shown in parser trace.
Tag <nowiki><description></nowiki> contains textual description of the rule, which will be shown in parser trace.


=== <event> Tag ===
=== <event> Tag ===
<nowiki>Tag <event> defines event to be generated if current log record match to regular expression defined in </nowiki><nowiki><match> tag. Inside <event> tag you should specify event code to be generated (or event name if you configure server-side syslog parsing). If you wish to pass parts of log record text extracted with regular expression as event's parameters, you should specify correct number of parameters in </nowiki>'''params''' attribute.
Tag <nowiki><event></nowiki> defines event to be generated if current log record match to regular expression defined in <nowiki><match></nowiki> tag. Inside <nowiki><event></nowiki> tag you should specify event code to be generated (or event name if you configure server-side syslog parsing). If you wish to pass parts of log record text extracted with regular expression as event's parameters, you should specify correct number of parameters in '''params''' attribute.
 


=== <context> Tag ===
=== <context> Tag ===
683

edits