Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonots/fluent-plugin-tail_path
(Deprecated) Extension of fluentd in_tail plugin to add `path` field
https://github.com/sonots/fluent-plugin-tail_path
deprecated fluentd-input-plugin fluentd-plugin unmaintained-dont-use
Last synced: 2 months ago
JSON representation
(Deprecated) Extension of fluentd in_tail plugin to add `path` field
- Host: GitHub
- URL: https://github.com/sonots/fluent-plugin-tail_path
- Owner: sonots
- License: other
- Created: 2014-03-27T04:55:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T12:28:32.000Z (over 7 years ago)
- Last Synced: 2024-04-13T05:00:40.180Z (8 months ago)
- Topics: deprecated, fluentd-input-plugin, fluentd-plugin, unmaintained-dont-use
- Language: Ruby
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-tail_path
[![Build Status](https://secure.travis-ci.org/sonots/fluent-plugin-tail_path.png?branch=master)](http://travis-ci.org/sonots/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](https://github.com/fluent/fluentd/pull/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](../../pull/new/master)## ChangeLog
See [CHANGELOG.md](CHANGELOG.md) for details.
## Copyright
* Copyright (c) 2014- @szhem
* Copyright (c) 2014- Naotoshi Seo
* See [LICENSE](LICENSE) for details.