Fluent plugin for drop a event that include a invalid bytes in utf-8
Install it yourself as:
$ gem install fluent-plugin-myscrub
<filter **>
@type myscrub
</filter>
<source>
type forward
</source>
<filter **>
type myscrub
</filter>
<match **>
type stdout
</match>