Logstash - transport and process your logs, events, or other data
Find a file
2011-10-27 20:45:35 -04:00
bin - fix logstash-web / LOGSTASH-129 2011-08-17 01:49:10 -07:00
docs update releng doc; rake -> make 2011-10-27 12:41:29 -07:00
etc - add sample graphite usage 2011-08-17 01:40:01 -07:00
lib reverted the initializer back to what is in logstash mainline 2011-10-27 20:45:35 -04:00
misc - Make TZ in DATESTAMP_OTHER optional 2010-10-31 08:59:28 +00:00
patterns - clean up the MONTHDAY pattern 2011-10-18 00:15:06 -07:00
screencast 2010-11-11 07:37:48 +00:00
src/net/logstash - variables, use them. 2011-08-22 01:10:09 -07:00
test updated the Gemfile to match what is in the mainline logstash 2011-10-27 20:39:09 -04:00
.gitignore ignore build directories 2011-05-21 15:54:12 -07:00
CHANGELOG update changelog & contributors 2011-09-08 14:52:17 -07:00
CONTRIBUTORS - add Yuval 2011-10-14 19:25:59 -07:00
Gemfile added a dependency on mocha - the mock testing framework 2011-10-26 11:26:40 -04:00
Gemfile.lock updated the Gemfile to match what is in the mainline logstash 2011-10-27 20:39:09 -04:00
LICENSE update copyright years 2011-02-19 11:45:52 -08:00
logstash.gemspec added a dependency on mocha - the mock testing framework 2011-10-26 11:26:40 -04:00
Makefile - upgrade to jruby 1.6.5, all tests pass 2011-10-26 21:20:27 -04:00
README.md - add lurker bits 2011-10-01 11:13:23 -07:00
STYLE.md Edited STYLE.md via GitHub 2011-07-19 12:43:04 -07:00

logstash

logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use (like, for searching). Speaking of searching, logstash comes with a web interface for searching and drilling into all of your logs.

It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.

For more info, see http://logstash.net/

Contributing

All contributions are welcome: ideas, patches, documentation, bug reports, complaints, and even something you drew up on a napkin.

Programming is not a required skill. Whatever you've seen about open source and maintainers or community members saying "send patches or die" - you will not see that here.

It is more important to me that you are able to contribute.

That said, some basic guidelines, which you are free to ignore :)

  • Have a problem you want logstash to solve for you? You can email the mailing list, or join the IRC channel #logstash on irc.freenode.org, or email me personally (jls@semicomplete.com)
  • Have an idea or a feature request? File a ticket on jira, or email the mailing list, or email me personally (jls@semicomplete.com) if that is more comfortable.
  • If you think you found a bug, it probably is a bug. File it on jira or send details to the mailing list.
  • If you want to send patches, best way is to fork this repo and send me a pull request. If you don't know git, I also accept diff(1) formatted patches - whatever is most comfortable for you.
  • Want to lurk about and see what others are doing? IRC (#logstash on irc.freenode.org) is a good place for this as is the mailing list