Sha256: 7fc6c737d6f533796121a3e6a1a91a02965d65420fe1650eb9b04aecf850e12a
Contents?: true
Size: 582 Bytes
Versions: 1
Compression:
Stored size: 582 Bytes
Contents
# fluent-plugin-conditional-tag-rewrite Conditional Tag Rewrite for [Fluentd](https://fluentd.org/) 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: ```ruby gem "fluent-plugin-conditional-tag-rewrite" ``` And then execute: ``` $ bundle ``` ## Copyright * Copyright(c) 2021- Christian Schulz * License: MIT
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-conditional-tag-rewrite-0.1.0 | README.md |