No commit activity in last 3 years
No release in over 3 years
Fluentd in_tail extension to add `path` field
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

>= 0.10.58
 Project Readme

fluent-plugin-tail_path

Build Status

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

  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

ChangeLog

See CHANGELOG.md for details.

Copyright

  • Copyright (c) 2014- @szhem
  • Copyright (c) 2014- Naotoshi Seo
  • See LICENSE for details.