https://github.com/gildas/fluent-plugin-bunyan
https://github.com/gildas/fluent-plugin-bunyan
fluentd fluentd-parser-plugin fluentd-plugin
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gildas/fluent-plugin-bunyan
- Owner: gildas
- License: mit
- Created: 2020-02-14T10:48:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-26T19:00:42.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T00:47:34.292Z (12 months ago)
- Topics: fluentd, fluentd-parser-plugin, fluentd-plugin
- Language: Ruby
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fluent-plugin-bunyan
[Fluentd](https://fluentd.org/) parser plugin to process logs from applications that write [bunyan](https://github.com/gildas/go-logger/blob/master/trentm/node-bunyan) logs.
The plugin requires [Fluentd](https://fluentd.org/) 1.0 at least.
| | |
---|---|
master | [](https://dev.azure.com/keltiek/gildas/_build/latest?definitionId=4&branchName=master)
dev | [](https://dev.azure.com/keltiek/gildas/_build/latest?definitionId=4&branchName=dev)
## Installation
Pretty straight forward:
```console
$ gem install fluent-plugin-bunyan
```
## Configuration
Simply add the parser to the [Fluentd](https://fluentd.org/) configuration file, for example:
```xml
@type tail # say the logs come from stdout
@type bunyan
```
## Testing
To run the unit tests, make sure you have the [Fluentd](https://fluentd.org/) gem installed and run:
```console
rake test
```
## Copyright
* Copyright(c) 2020- Gildas Cherruel
* License
* MIT