No commit activity in last 3 years
No release in over 3 years
Conditional Tag Rewrite is designed to re-emit records with a different tag. Multiple AND-conditions can be defined; if a set of AND-conditions match, the records will be re-emitted with the specified tag.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.2.2
~> 12.0
~> 3.0

Runtime

>= 0.14.10, < 2
 Project Readme

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

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