Sha256: 813e52525b260d9c4a0c8cbad254df749f8694c24fa123c998a04b2ed358c03a
Contents?: true
Size: 589 Bytes
Versions: 1
Compression:
Stored size: 589 Bytes
Contents
# 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-directory-0.1.0 | README.md |