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

release 3.2.10 #473

Merged
merged 7 commits into from
May 1, 2020
Merged

release 3.2.10 #473

merged 7 commits into from
May 1, 2020

Conversation

michaelshobbs
Copy link
Member

@michaelshobbs michaelshobbs commented May 1, 2020

[v3.2.10] - 2020-05-1

Added

  • @jszwedko Add optional TCP framing to syslog adapter

jszwedko and others added 7 commits May 1, 2020 13:31
Enable users to specify "octet-counted" frames as described in RFC6587
(Syslog over TCP) 3.4.1 and RFC5424 (Syslog over TLS). This prefixes
each message with the length of the message to allow consumers to easily
determine where the message ends (rather than traditional LF framing).
This also enables multiline Syslog messages without escaping.

This keeps the default as LF framing for backwards compatibility though
octet-counted framing is preferred when it is known the downstream
consumer can handle it.
Add optional TCP framing to syslog adapter
@michaelshobbs michaelshobbs merged commit 61a9913 into release May 1, 2020
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.

2 participants