Skip to content

A fluentd plugin that can drop an event that include an invalid bytes in utf-8

License

Notifications You must be signed in to change notification settings

xidiandb/fluent-plugin-myscrub

Repository files navigation

fluent-plugin-myscrub Gem Version

Fluent plugin for drop a event that include a invalid bytes in utf-8

Installation

Install it yourself as:

$ gem install fluent-plugin-myscrub

Configuration

<filter **>
  @type myscrub
</filter>

Usage

<source>
  type forward
</source>

<filter **>
  type myscrub
</filter>

<match **>
  type stdout
</match>

About

A fluentd plugin that can drop an event that include an invalid bytes in utf-8

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages