Logstash - transport and process your logs, events, or other data
Find a file
Jordan Sissel c124238ad7 - Allow type coercion of named captures from grok.
Syntax: %{FOO:bar:type}
  Type can be 'int' or 'float' - otherwise is assumed string.
  The result is that the value captured is coerced to the requested type
  in the logstash event for later processing.

  Note: this required a change in grok upstream.
  minimum grok version required now: grok 1.20110223.1

  http://code.google.com/p/logstash/issues/detail?id=45
2011-02-24 00:09:13 -08:00
bin * logstash -v sets debug loglevel, better passing of logger 2011-02-20 20:57:45 -08:00
etc cleanup and more sample configs 2011-02-21 20:23:14 -08:00
examples - Add example agent in ruby 2010-11-21 02:36:29 -08:00
lib - Allow type coercion of named captures from grok. 2011-02-24 00:09:13 -08:00
misc - Make TZ in DATESTAMP_OTHER optional 2010-10-31 08:59:28 +00:00
patterns Add a custom grok pattern for parsing MySQL slow query log datetimes 2011-01-27 06:39:01 +00:00
screencast 2010-11-11 07:37:48 +00:00
test - More awesome? 2011-02-22 00:37:23 -08:00
.gitignore - Make ignore a little better on test/setup 2011-02-19 13:50:56 -08:00
.rvmrc Add gemfile and rvm support to make it easier for developers to start working on logstash and run the tests 2011-01-23 14:05:47 -08:00
CHANGELOG 2010-04-13 08:12:04 +00:00
CONTRIBUTORS - Add Charles Duffy (patched issue/41) 2011-02-16 11:41:16 -08:00
Gemfile Add additional needed gem to Gemfile 2011-01-23 14:25:40 -08:00
INSTALL - fix typo 2010-12-27 12:10:09 -08:00
LICENSE update copyright years 2011-02-19 11:45:52 -08:00
logstash-lite.gemspec bump gem version 2011-02-20 21:34:51 -08:00
logstash.gemspec - require bunny, not amqp. 2011-02-21 21:15:20 -08:00
Rakefile - fix grammar build 2011-02-20 03:48:17 -08:00
README.md - Add readme pointing at the project page and asking folks not to file 2011-02-03 02:46:04 -08:00
STYLE.md - Add logging note 2010-12-03 20:14:37 -08:00
TODO 2010-10-17 10:52:36 +00:00
USAGE - Update USAGE 2010-12-01 11:04:26 -08:00

logstash

The code for logstash lives on github, but everything else in the project lives on googlecode (wiki, issues, downloads)

If you want to learn about logstash, check out the main project site here:

http://code.google.com/p/logstash/

File bugs here: http://code.google.com/p/logstash/issues/list

Please do not file bugs on github, the issue tracker here on github is pretty weak compared to the much better issue tracker on googlecode.