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
periodically I do catch following error:
2017-07-29 11:46:43 +0300 [warn]: #0 plugin/output.rb:1096:block in update_retry_state: failed to flush the buffer. retry_time=0 next_retry_seconds=2017-07-29 11:46:43 +0300 chunk="55570d4efaf3ca91e7b235dffef577db" error_class=MultiJson::ParseError error="lexical error: invalid bytes in UTF8 string.\n w=1&hl=ru&ie=windows-1251&q=\xF0\xEE\xE1\xEE\xF2\xE0 ua\",\"host\":\"rabota.ua\",\"s\n (right here) ------^\n"
not sure is it bigquery or fluentd or ruby issue
after looking around I have added .scrub.strip to all fields which may cause this issue in record_transformer filter but still with no luck
.scrub.strip
The text was updated successfully, but these errors were encountered:
I can confirm this issues is happening to me too. It appears tob ean underlying library, but I'm not 100% sure yet.
Sorry, something went wrong.
No branches or pull requests
periodically I do catch following error:
not sure is it bigquery or fluentd or ruby issue
after looking around I have added
.scrub.strip
to all fields which may cause this issue in record_transformer filter but still with no luckThe text was updated successfully, but these errors were encountered: