logcheck-test(1) | General Commands Manual | logcheck-test(1) |
logcheck-test - test new logcheck rules easily
logcheck-test [-q|-i]
[-a|-s|-l FILE] [-e] [-P
PREFIX] [-S SUFFIX] RULE
logcheck-test [-q|-i] [-a|-s|-l
FILE] -r RULEFILE
logcheck-test parses a log file for matching lines specified by a single rule or a rule file. If using a single RULE you can set a PREFIX and a SUFFIX to write new rules easily.
^[[:alpha:]]{3} [ :[:digit:]]{11} [._[:alnum:]-]+ RULE$
With logcheck-test you can easily write and test new rules.
Test a single rule against /var/log/syslog:
Test a single rule against ~/log, surround the rule with standard prefix and suffix and append "kernel " to prefix:
Test the rules in rulefiles/linux/ignore.d.server/kernel against ~/log:
Test which lines the rules in rulefiles/linux/ignore.d.server/kernel doesn't match:
On successful matching logcheck-test will complete with exit code 0. An exit code of 1 indicates no successful matching.
An exit code greater then 1 indicates an error occurred. Textual errors are written to the standard error stream.
logcheck is developed by Debian logcheck Team at: https://salsa.debian.org/debian/logcheck. This manual was written by Hannes von Haugwitz <hannes@vonhaugwitz.com>.
February 19, 2010 |