devcamcar / logsearch-filters-cf

Log parsing rules for cloudfoundry logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Log parsing rules for Cloud Foundry

Log parsing rules for for cloudfoundry logs

Getting Started

On Mac OX Mavericks Make sure you have java installed, then clone this repository and install the dependencies it needs (it'll take a few minutes).

$ git clone git@github.com:logsearch/logstash-filters-cf.git
$ cd logstash-filters-cf
$ git submodule update --init
$ ./bin/install_deps.sh

When you ready to test the changes you've made to filters run the helper scripts.

$ ./bin/build.sh && ./bin/test.sh
compiling src/100-cloudfoundry.conf.erb...done
..

Finished in 0.385 seconds
2 examples, 0 failures

About

Log parsing rules for cloudfoundry logs

License:Apache License 2.0


Languages

Language:Ruby 70.2%Language:ApacheConf 21.4%Language:Shell 4.7%Language:HTML 3.6%