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

cef parser doesn't handle backslash escaped pipes #338

Open
davidelang opened this issue Apr 3, 2020 · 0 comments
Open

cef parser doesn't handle backslash escaped pipes #338

davidelang opened this issue Apr 3, 2020 · 0 comments

Comments

@davidelang
Copy link
Contributor

I've got a device (aruba) that sends messages that contain | characters in a message field. It escapes them with a backslash (i.e. '|text|'), the cef parser doesn't handle this.

working on the command line (echoing 'rawmsg text'), if I change them from | to \| the parser works, but the resulting field has | in it.

but trying to parse the message in rsyslog is not working as a result

@marnao you have done some work on this parser in the past.

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

No branches or pull requests

1 participant