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

null_byte appended by syslog logger not supported in all siem #68

Open
BibekShrestha opened this issue Jan 24, 2022 · 0 comments
Open

Comments

@BibekShrestha
Copy link

BibekShrestha commented Jan 24, 2022

SyslogHandler Module in python has introduced new variable append_nul which controls whether or not null byte should be appended to syslog message.
Since, not all siem vendor support null byte at end of syslog ( especially those that conform to RFC5424), so, an option to control this flag in config would be good feature.

For now, I have made mine work by directly adding
logging_handler.append_nul = False
after creating SyslogHandler in api_client.py.

See Python12168.

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