|
|
Line 51: |
Line 51: |
|
| |
|
| Entire <nowiki><macros></nowiki> section can be omited, and inside <nowiki><rule></nowiki> tag only <nowiki><match></nowiki> is mandatory. | | Entire <nowiki><macros></nowiki> section can be omited, and inside <nowiki><rule></nowiki> tag only <nowiki><match></nowiki> is mandatory. |
| | |
|
| |
|
| == Global Parser Options == | | == Global Parser Options == |
| In the <nowiki><parser></nowiki> tag you can specify the following options: | | In the <nowiki><parser></nowiki> tag you can specify the following options: |
|
| |
|
| {| style="border-spacing:0;" | | {| class="wikitable" |
| | style="border-top:0.0007in solid #000000;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| '''Option''' | | |- |
| | style="border-top:0.0007in solid #000000;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| '''Description'''
| | ! Option !! Description !! Default value |
| | style="border:0.0007in solid #000000;padding:0.0382in;"| '''Default value'''
| |
| | |
| |- | | |- |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| processAll
| | | processAll || If this option set to 1, parser will always pass log record through all rules. If this option set to 0, processing will stop after first match. || 0 |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| If this option set to 1, parser will always pass log record through all rules. If this option set to 0, processing will stop after first match. | |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:0.0007in solid #000000;padding:0.0382in;"| 0 | |
| | |
| |- | | |- |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| trace
| | | trace || Trace level. || 0 |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:none;padding:0.0382in;"| Trace level. | | |} |
| | style="border-top:none;border-bottom:0.0007in solid #000000;border-left:0.0007in solid #000000;border-right:0.0007in solid #000000;padding:0.0382in;"| 0 | |
|
| |
|
| |}
| |
| == <file> Tag == | | == <file> Tag == |
| <nowiki>In the <file> tag you should specify log file to apply this parser to. To specify Windows Event Log, prepend it's name with asterisk (*), for example </nowiki>'''<nowiki>*System</nowiki>'''. | | <nowiki>In the <file> tag you should specify log file to apply this parser to. To specify Windows Event Log, prepend it's name with asterisk (*), for example </nowiki>'''<nowiki>*System</nowiki>'''. |