Skip to content

Conversation

@simon-mueller
Copy link

@simon-mueller simon-mueller commented Oct 24, 2025

Currently the log messages are containing timestamps that are not compliant with the standard for syslog messages. They're not even BSD (old standard) compliant.

In my remote syslog host, the logs were looking like this:
image

Link to RFC norm: https://datatracker.ietf.org/doc/html/rfc5424#autoid-13

This PR adds a new class that formats the timestamp correctly. In my remote syslog host they now look like this:
image

If the timestamp is contained inside the message column, I cannot aggregate them and they won't be counted properly.

Thanks in advance
Simon

add class to be compliant
@simon-mueller
Copy link
Author

@simon-mueller simon-mueller changed the title Make log messages RFC5424 Make log messages RFC5424 compliant Oct 25, 2025
@IngmarStein IngmarStein mentioned this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant