Skip to content

chore(codecs): Update syslog_loose to properly handle escapes#353

Merged
StephenWakely merged 3 commits intomainfrom
stephen/syslog_escapes
Jul 31, 2023
Merged

chore(codecs): Update syslog_loose to properly handle escapes#353
StephenWakely merged 3 commits intomainfrom
stephen/syslog_escapes

Conversation

@StephenWakely
Copy link
Contributor

Fixes #228

Syslog wasn't parsing escapes in the SD fields properly as per StephenWakely/syslog-loose#18.

That is now fixed in the Syslog parser, so this updates the library version. For the interested the PR that fixed it in the library is StephenWakely/syslog-loose#21.

This is also updated in Vector.

Signed-off-by: Stephen Wakely <fungus.humungus@gmail.com>
@StephenWakely StephenWakely merged commit d51887f into main Jul 31, 2023
@StephenWakely StephenWakely deleted the stephen/syslog_escapes branch July 31, 2023 16:43
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.

Vector does not parse RFC5424 structured data with some escape characters

2 participants