No release in over 3 years
Low commit activity in last 3 years
Fluentd Parser for applications that produce [Bunyan](https://github.com/trentm/node-bunyan) logs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.14
~> 3.0

Runtime

>= 0.14.10, < 2
 Project Readme

fluent-plugin-bunyan

Fluentd parser plugin to process logs from applications that write bunyan logs.

The plugin requires Fluentd 1.0 at least.

master Build Status
dev Build Status

Installation

Pretty straight forward:

$ gem install fluent-plugin-bunyan

Configuration

Simply add the parser to the Fluentd configuration file, for example:

<source>
  @type tail # say the logs come from stdout
  <parse>
    @type bunyan
  </parse>
</source>

Testing

To run the unit tests, make sure you have the Fluentd gem installed and run:

rake test

Copyright

  • Copyright(c) 2020- Gildas Cherruel
  • License
    • MIT