We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using the default settings of logging JSON to a result.txt file, there are empty lines between each JSON object
result.txt
The u"\n" should not be appended when serializing each result to JSON https://github.com/sophos/Sophos-Central-SIEM-Integration/blob/v1.1.0/siem.py#L278
u"\n"
The text was updated successfully, but these errors were encountered:
@matthewtckr, is that a problem?
Sorry, something went wrong.
We can probably close this. I've since switched from an ELK stack where this is a problem
We've fixed this now: #59 (in master)
No branches or pull requests
When using the default settings of logging JSON to a
result.txt
file, there are empty lines between each JSON objectThe
u"\n"
should not be appended when serializing each result to JSONhttps://github.com/sophos/Sophos-Central-SIEM-Integration/blob/v1.1.0/siem.py#L278
The text was updated successfully, but these errors were encountered: