Project

woodchuck

0.02
No commit activity in last 3 years
No release in over 3 years
lightweight log shipper for logstash
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.11.0
~> 1.0.0.rc3
~> 0.4.6

Runtime

~> 2.3.2
~> 0.4.4
~> 0.0.1
~> 0.3.4
~> 3.0.1
~> 1.1.0
 Project Readme

Woodchuck

A lightweight log shipper for logstash written in Ruby.

Inspired by beaver and logstash itself. Fair warning, it's a work in progress ;)

Installation

Install as a gem:

$ gem install woodchuck

And then execute:

$ woodchuck

Usage

woodchuck --files /var/log/syslog,/var/log/apache/**/*,/var/log/nginx/*.log --output redis

Options

* -h, --help      - Help!
* -l, --log-level - Log verbosity. [ debug, warn, info, error, fatal ]
* -p, --paths     - A comma-separated list of files to watch for changes (file globbing is accepted).
* -o, --output    - The output to send to [ stdout, redis ]

Coming soon

  • Handy config format for multiple files and outputs
  • regular expressions (why not!)
  • ZeroMQ and TCP output support
  • Performance enhancements

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