https://github.com/sonots/fluent-plugin-in_forward_ex
Yet another extension of Fluentd in_forward plugin
https://github.com/sonots/fluent-plugin-in_forward_ex
fluentd-input-plugin fluentd-plugin unmaintained-dont-use v10
Last synced: 12 months ago
JSON representation
Yet another extension of Fluentd in_forward plugin
- Host: GitHub
- URL: https://github.com/sonots/fluent-plugin-in_forward_ex
- Owner: sonots
- License: mit
- Created: 2015-04-03T01:33:06.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-15T07:50:40.000Z (over 8 years ago)
- Last Synced: 2025-03-06T00:35:20.251Z (about 1 year ago)
- Topics: fluentd-input-plugin, fluentd-plugin, unmaintained-dont-use, v10
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-in_forward_ex
[](http://travis-ci.org/sonots/fluent-plugin-in_forward_ex)
Yet another extension of Fluentd in_forward plugin
## Parameters
Following parameters are additionally available. See also [original options](http://docs.fluentd.org/articles/in_forward) on in_forward.
- stop_file FILE
Stop receiving new data if specified file exists
- stop_file_interval TIME
Check `stop_file` every specified seconds (default: 5)
## ChangeLog
See [CHANGELOG.md](CHANGELOG.md) for details.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new [Pull Request](../../pull/new/master)
## Copyright
Copyright (c) 2015 Naotoshi Seo. See [LICENSE](LICENSE) for details.