mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Logstash - transport and process your logs, events, or other data
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 |
||
---|---|---|
bin | ||
etc | ||
examples | ||
lib | ||
misc | ||
patterns | ||
screencast | ||
test | ||
.gitignore | ||
.rvmrc | ||
CHANGELOG | ||
CONTRIBUTORS | ||
Gemfile | ||
INSTALL | ||
LICENSE | ||
logstash-lite.gemspec | ||
logstash.gemspec | ||
Rakefile | ||
README.md | ||
STYLE.md | ||
TODO | ||
USAGE |
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.