fluent-plugin-conditional-tag-rewrite

Conditional Tag Rewrite for Fluentd is designed to re-emit records with a different tag. Multiple AND-conditions can be defined; if all AND-conditions match, the records will be re-emitted with the specified tag.

Installation

RubyGems

$ gem install fluent-plugin-conditional-tag-rewrite

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-conditional-tag-rewrite"

And then execute:

$ bundle
  • Copyright(c) 2021- Christian Schulz
  • License: MIT