rubrikinc / fluent-plugin-throttle

Rate limiting for fluentd
Apache License 2.0
41 stars 24 forks source link

add ignore fields config #9

Open shaikatz opened 5 years ago

shaikatz commented 5 years ago

Closes #8

The configuration syntax is

        <ignore>
          key level
          regex /^([Ii]nfo|[Ii]nformation|[Dd]ebug)$/
        </ignore>