Changes for version 5.4

  • Change: 5af3b79a294614272c84c4caff77ad247bd87a33 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-11-26 11:59:13 +0000
    • Prepping 5.4 Release
    • Add a test for the IETF syslog-proto23 bug * Bump version
  • Change: 6d2e44764f8d7d03d8beaae7434c66dbbb077b8a Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-11-26 11:40:43 +0000
    • Bugfix: IETF-syslog-proto23
    • This addresses an issue parsing IETF Syslog Protocol 23 formatted messages. It adds a positive look-ahead to check if the preamble "version" number is followed by a space. This differentiates the start of an RFC-3339 date string from that of a version string. I.E. it assumes, there is a space between the version number and date string.
  • Change: 204b56834f5e0181bb68b03f719b7e301c5a38b4 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-11-26 11:40:43 +0000
    • ci: -m Updates for the benchmark tool
  • Change: 268f5a6e413b477b0b7cc374623361cbf9e5b8f2 Author: Brad Lhotsky <brad@divisionbyzero.net> Date : 2024-09-18 17:09:34 +0000
    • Parse podman health status messages smarter
    • Updates the K/V Regexp to stop if it detects a `[` or `(` * Adds a test for the Podman health status output

Documentation

Parse a syslog message and display the structured data

Modules

Simple syslog line parser