-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Mis-encoded UTF-8 characters in differential log results #5288
Comments
#520 looks like it ran into something similar way back in Dec 2014 |
Yeah this has been a thing for a long time but I'm not sure how complex the fix is. It could be that this is something osquery is doing during serialization (making the fix probably quite easy) or it could be happening in RocksDB (though I think this less likely) and be much harder to fix. I think the real motivation for a fix here will be the failure to render Chinese/Japanese characters correctly. |
Osquery sometimes mis-encodes utf8 data osquery/osquery#5288 This is a broad attempt to repair log files that exhibit that issue. This runs against the entire log file. Hopefully, there isn’t going to be a case where it misfires. Fixes: #445
Osquery sometimes mis-encodes utf8 data osquery/osquery#5288 This is a broad attempt to repair log files that exhibit that issue. This runs against the entire log file. Hopefully, there isn’t going to be a case where it misfires. Fixes: #445
Bug report
What operating system and version are you using?
What version of osquery are you using?
3.3.0, plus 2.11.2 to validate findings
What steps did you take to reproduce the issue?
run this config and tail logs
What did you expect to see?
results including correctly-encoded unicode characters
What did you see instead?
results including mis-encoded unicode characters (actual output below)
The text was updated successfully, but these errors were encountered: