-
Notifications
You must be signed in to change notification settings - Fork 46
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
Plugin crash due to invalid UTF-32 character #15
Comments
It might be one of those lines but I'm not entirely sure:
Where it's trying to interpret \u00031438269411 Or here is another one:
Where it thinks the value to interpret is \u00031438269436 |
I'm seeing the same error on logstash.log, but the output to redis server seems still working fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to parse eve.json (from Suricata IDS) and logstash encountered an issue decoding some stuff and keeps crashing.
I get a lot of the following (basically 'Error: Invalid UTF-32 character 0x2274696d(above 10ffff)'):
It would be nice if it either skipped the line or ignored the character.
Is there any way to know on which line it is crashing? The file is huge and I cannot check every single line manually.
The text was updated successfully, but these errors were encountered: