fluent-plugin-tail_path
THIS PLUGIN IS OBSOLETED. PATH_KEY OPTION WAS ADDED TO FLUENTD 0.12.24.
About
This is an extension of fluentd in_tail plugin to add path
field which tells the log path being tailed.
This plugin was created based on a pull request fluentd#281.
Requirements
Fluentd v0.10.45 or above.
Parameters
Basically same with in_tail plugin. See http://docs.fluentd.org/articles/in_tail
Following parameters are additionally available:
-
path_key
Add
path
field which tells the log path being tailed. Specify the field name.
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
ChangeLog
See CHANGELOG.md for details.
Copyright
- Copyright (c) 2014- @szhem
- Copyright (c) 2014- Naotoshi Seo
- See LICENSE for details.