Skip to content
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

suppport syslog 5424 packet format #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wenli200133
Copy link

This PR support new rfc syslog 5424 packet format and keep the original packet of 3164 unchanged.

new PR support both:
3164 packet format
<PRI>TIMESTAMP HOSTNAME APP-NAME[PROCID]: sourcetype="SOURCETYPE" key1="val1" key2="val2" content
and

new 5424 packet format
<PRI>VER TIMESTAMP HOSTNAME APP-NAME PROCID MSGID [SOURCETYPE@NM_IANA key1="val1" key2="val2" content

I need capture more logger information when using kubernetes fleuntd with syslog output plugin, so need syslog protocol support 5424 packet message method.

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