Logstash - transport and process your logs, events, or other data
Find a file
2012-06-18 12:14:43 -04:00
bin - don't hardcode jruby 2012-02-02 08:31:59 -08:00
docs remove old and confusing reference to libgrok. 2012-06-08 10:20:16 -03:00
etc Brough docs current with AMQP changes. Added AMQP guide. 2012-01-16 01:30:20 -05:00
lib some inputs/ganglia cleanup 2012-06-18 11:18:28 -04:00
misc - add some pipeline ideas related to the big logstash agent refactor. 2012-05-24 01:17:43 -07:00
patterns Merge remote-tracking branch 'blewa/master' 2012-06-18 12:14:43 -04: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 xml.rb - XML Filter 2012-06-18 03:35:42 -04:00
.gitignore Gemfile.lock should stay versioned 2012-02-09 13:50:21 -07:00
.travis.yml Enabled LogStash to be built and tested on the Travis-CI Platform (travis-ci.org) 2012-02-09 13:23:34 -07:00
CHANGELOG new input plugin: ganglia 2012-06-18 11:23:11 -04:00
CONTRIBUTORS more housekeeping; opentsdb stuff 2012-06-18 05:04:46 -04:00
Gemfile xml.rb - XML Filter 2012-06-18 03:35:42 -04:00
Gemfile.lock add xml-simple 2012-06-18 03:56:52 -04:00
LICENSE update copyright years 2011-02-19 11:45:52 -08:00
logstash.gemspec - bump gemspec version of cabin to match Gemfile (resolves #148) 2012-06-08 11:21:12 -07:00
Makefile LOGSTASH-490: include certs for twitter input in jar 2012-06-17 16:44:19 -04:00
README.md rebase with upstream/master 2012-05-10 08:55:33 -06:00
STYLE.md - update logging style to reflect new awesomeness given by the cabin 2012-01-13 18:47:14 -08:00

logstash

Build Status

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/

Building

jar releases are available here: http://semicomplete.com/files/logstash/ If you want to build the jar yourself, run:

make jar

gem releases are not available anywhere. If you want to build a gem, run:

make gem

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.
    • DO NOT MODIFY Gemfile.lock IN YOUR PULL REQUESTS. THIS WILL CAUSE MERGE FAILURES.
  • 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