Syslog Listener

Most recent version: v1.1.2

Learn more about this Listener type in this article.

chevron-rightv1.1.2hashtag

Released on 08/27/2025

Solved panic throwing with malformed Syslog messages. Improperly formatted Syslog messages previously caused the application to crash, whereas now it will properly validate and safely processe malformed Syslog data.

chevron-rightv1.1.1hashtag

Released on 06/30/2025

Fixed a serialization problem with the IP of UDP messages.

chevron-rightv1.0.2hashtag

Released on 04/09/2025

  • The sourceIp and sourcePort fields are unmarshaled correctly now. This fix resolves an issue where the system previously failed to properly extract or convert the sourceIp and sourcePort fields during data parsing (unmarshaling). Now, these network identifier fields are correctly interpreted from their serialized format into their proper data types and structures, ensuring accurate representation of connection origins.

  • IP is now sent as a string to speed up marshaling/unmarshaling.

chevron-rightv1.0.1hashtag

Released on 03/10/2025

RFC5424 events with missing messages are unmarshaled correctly now. This fix addresses a parsing issue with RFC5424-formatted syslog events that lack message content. With this update, the unmarshaling process now correctly handles these edge cases, ensuring that valid syslog events are properly processed even when they contain only metadata without an actual message payload.

chevron-rightv1.0.0hashtag

Released on 02/19/2025

TLS metadata has been changed in order to use secrets.

chevron-rightv0.1.1hashtag

Released on 07/23/2024

  • Prioritized NTF when auto-detecting framing method. Onum now prioritizes Network Transmission Format (NTF) when identifying message framing methods in data streams. The hexadecimal delimiter 0C (form feed character) will only be recognized as a frame boundary when it's immediately followed by whitespace.

  • Added support for RFC3164 tag options, considering them part of the tag itself.

  • The proceed reported between square brackets and immediately following the tag under RFC3164 is no longer mandatory.

chevron-rightv0.1.0hashtag

Released on 07/09/2024

address has been removed from metadata parameters and now uses 0.0.0.0 by default.

chevron-rightv0.0.1hashtag

Released on 02/22/2023

Initial version

Last updated

Was this helpful?