Andrew's git
/
logparse.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add systemctl and ufw parsers, support for varying degrees of severity
[logparse.git]
/
logparse
/
parsers
/
sshd.py
diff --git
a/logparse/parsers/sshd.py
b/logparse/parsers/sshd.py
index b7fd2c3213031887e01583b25b3c5cf434fdf369..d703135ed8a54b45c279188eb9be5c60451b407a 100644
(file)
--- a/
logparse/parsers/sshd.py
+++ b/
logparse/parsers/sshd.py
@@
-22,6
+22,7
@@
class Sshd(Parser):
self.name = "sshd"
self.info = "Find number of ssh logins and authorised users (uses /var/log/auth.log)"
self.deprecated = True
+ self.successor = "sshd_journald"
def parse_log(self):