You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 21, 2024. It is now read-only.
Hello,
We are trying to use go-syslog parser to parse syslogs for one of our system but our logs are in format as below:
Oct 11 22:14:15 su: 'su root' failed for lonvick on /dev/pts/8So is there any way/standard to parse the logs in this format?
as we have checked the go-syslog supports logs in format of
<152> Oct 11 22:14:15 su: 'su root' failed for lonvick on /dev/pts/8Any help on this will be appreciated.