-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support many RFC3164 old formats (OpenBSD, IQTS-IP200, Synology NAS, Unifi UAP and UGP) #13
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for da639ab - Browse repository at this point
Copy the full SHA da639abView commit details -
Configuration menu - View commit details
-
Copy full SHA for f684829 - Browse repository at this point
Copy the full SHA f684829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54d45a8 - Browse repository at this point
Copy the full SHA 54d45a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee4ce0a - Browse repository at this point
Copy the full SHA ee4ce0aView commit details -
feat: support syslog messages without hostname
OpenBSD like many other hardware sends syslog messages without hostname, here I added support of such messages. Co-authored-by: Leonardo Di Donato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 222d6f1 - Browse repository at this point
Copy the full SHA 222d6f1View commit details -
feat: ignore LF at the end counted message
Some old syslog may add LF between two messages, outside of counters.
Configuration menu - View commit details
-
Copy full SHA for 8101bcf - Browse repository at this point
Copy the full SHA 8101bcfView commit details -
fix: nontransparent shouldn't return result and error at the same time
It is qutie confusing when it parses a message but returns error as well, that it was mallforemd. So, I've used the best effort flag as the way to decide. When it true, it gnores all errors, but when it false it ignores the message.
Configuration menu - View commit details
-
Copy full SHA for 0d20714 - Browse repository at this point
Copy the full SHA 0d20714View commit details -
feat: add support for RFC3164 streams (nontransparent, octetcounting)
both nontransparent and octetcounting use RFC5424 which isn't used by many devices, i.e. OpenWrt or Ubiquiti routers. Add a new function called NewParserRFC3164 to both. Signed-off-by: Paul Spooren <[email protected]> Co-authored-by: Leonardo Di Donato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cad29a3 - Browse repository at this point
Copy the full SHA cad29a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8adae4 - Browse repository at this point
Copy the full SHA d8adae4View commit details -
feat: increase size of RFC3164 tag name
Unifi thinks that it can be up to 48 characters, tolerate it. Co-authored-by: Leonardo Di Donato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d17f532 - Browse repository at this point
Copy the full SHA d17f532View commit details -
Co-authored-by: Leonardo Di Donato <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8418fad - Browse repository at this point
Copy the full SHA 8418fadView commit details