THIS PLUGIN IS OBSOLETED. PATH_KEY OPTION WAS ADDED TO FLUENTD 0.12.24.
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.
Fluentd v0.10.45 or above.
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.
- 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
See CHANGELOG.md for details.
- Copyright (c) 2014- @szhem
- Copyright (c) 2014- Naotoshi Seo
- See LICENSE for details.