-
Notifications
You must be signed in to change notification settings - Fork 1.8k
in_splunk: fix the invalid data format response when submitting valid data. #10939
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
in_splunk: fix the invalid data format response when submitting valid data. #10939
Conversation
Signed-off-by: Phillip Adair Stewart Whelan <[email protected]>
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Signed-off-by: Phillip Whelan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, we need to resolve CI Fuzz task failure.
The bug seems to be a memory leak when encountering an extremely hard to reproduce parsing error for CLIST or SLIST options. Despite that I did manage to reproduce it artificially and have a fix for it. I am opening a separate set of PRs for that fix. |
Got it. Then we need to handle them at first. |
I've done the best I can here:
The memory leaks in the fuzzers seem to happen sporadically, I left some comments about it in #10944. |
Summary
The
in_splunk
plugin is responding with{"text": "Invalid data format"}
even when submitting valid payloads.Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.