Low commit activity in last 3 years
A long-lived project that still receives updates
Report obsolete plugins on boot
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 12.0
~> 3.0
~> 2.4

Runtime

>= 0.14.10, < 2
 Project Readme

fluent-plugin-obsolete-plugins

Build Status

Fluentd filter plugin to warn obsolete plugins if detect on boot.

This plugin does not modify incoming records.

Installation

RubyGems

$ gem install fluent-plugin-obsolete-plugins

Bundler

Add following line to your Gemfile:

gem "fluent-plugin-obsolete-plugins"

And then execute:

$ bundle

Configuration

obsolete_plugins_yml (string) (optional)

Path to obsolete-plugins.yml

Default value: https://raw.githubusercontent.com/fluent/fluentd-website/master/scripts/obsolete-plugins.yml.

raise_error (bool) (optional)

Raise error if obsolete plugins are detected

Default value: false.

Copyright

  • Copyright(c) 2017- okkez
  • License
    • Apache License, Version 2.0