# fluent-plugin-directory [Fluentd](https://fluentd.org/) input plugin to scan files recurrently from a directory. ## Installation ### RubyGems ``` $ gem install fluent-plugin-directory ``` ### Bundler Add following line to your Gemfile: ```ruby gem "fluent-plugin-directory" ``` And then execute: ``` $ bundle ``` ## Configuration You can generate configuration template: ``` $ fluent-plugin-config-format input directory ``` You can copy and paste generated documents here. ## Copyright - Copyright(c) 2021- TODO: Write your name - License - Apache License, Version 2.0