项目作者: sonots

项目描述 :
(Deprecated) Extension of fluentd in_tail plugin to add `path` field
高级语言: Ruby
项目地址: git://github.com/sonots/fluent-plugin-tail_path.git
创建时间: 2014-03-27T04:55:54Z
项目社区:https://github.com/sonots/fluent-plugin-tail_path

开源协议:Other

下载


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 (c) 2014- @szhem
  • Copyright (c) 2014- Naotoshi Seo
  • See LICENSE for details.