add systemctl and ufw parsers, support for varying degrees of severity
authorAndrew Lorimer <andrew@charles.cortex>
Thu, 19 Sep 2019 12:02:32 +0000 (22:02 +1000)
committerAndrew Lorimer <andrew@charles.cortex>
Thu, 19 Sep 2019 12:02:32 +0000 (22:02 +1000)
commit890d820...c02fa9a4f0c906734f7add04187aeb63
treef7d5877...f2036bea6f420bb7d3cbad5f96086a8ccopy hash to clipboard (tree)
parent1e68934...a6cfb710d57e2ff79c617604141a7e2ecopy hash to clipboard (diff)
12 files changed:
logparse/config.py
logparse/formatting.py
logparse/interface.py
logparse/load_parsers.py
logparse/parsers/cron_journald.py
logparse/parsers/smbd_journald.py
logparse/parsers/sshd_journald.py
logparse/parsers/systemctl.py [new file with mode: 0644]
logparse/parsers/ufw_journald.py [new file with mode: 0644]
logparse/timeparse.py [new file with mode: 0644]
logparse/util.py
main.css