Logstash - transport and process your logs, events, or other data
Find a file
2013-02-09 20:13:49 -05:00
bin Fix execution when /home/jls/projects/logstash is not the root of the git repo. 2013-01-14 22:37:19 +00:00
docs Made load order of configuration files more clear. 2013-02-09 20:13:49 -05:00
etc Correcting grep config in nagios doc/example 2012-07-10 09:44:02 +02:00
lib - Fix logger setup in the new pipeline 2013-02-08 03:05:42 -08:00
locales - Fix logger setup in the new pipeline 2013-02-08 03:05:42 -08:00
misc - add some pipeline ideas related to the big logstash agent refactor. 2012-05-24 01:17:43 -07:00
patterns Improvements to HAPROXYHTTP pattern. 2013-02-07 14:09:28 +00:00
screencast 2010-11-11 07:37:48 +00:00
spec Merge pull request #312 from electrical/json_regexp_deprecate 2013-02-04 16:15:04 -08:00
src/net/logstash - variables, use them. 2011-08-22 01:10:09 -07:00
test add a few more tests 2013-01-17 17:16:50 +00:00
.gitignore Added Eclipse project files to .gitignore 2012-11-20 16:28:53 +01:00
.tailor - add .tailor config 2012-12-03 16:04:27 -08: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 - note windows line terminator support 2013-02-05 22:44:29 -08:00
CONTRIBUTORS Update contributors 2013-01-22 19:18:19 +00:00
gembag.rb Skip gem installation if already present 2012-11-29 00:54:42 -08:00
Gemfile - clean out gemfile (Should use only the gemspec now) 2012-08-29 16:44:03 -07:00
LICENSE it's 2013! 2013-01-01 21:07:00 -08:00
logstash-event.gemspec Whoops! 2012-12-17 11:50:13 -08:00
logstash.gemspec Start using i18n for user message lookups. 2013-02-08 01:04:03 -08:00
Makefile - stop uninstalling ffi, that problem seems to have resolved itself. 2013-02-05 22:54:36 -08:00
pl.rb - start hacking on a new pipeline implementation focusing on 2012-11-02 23:42:07 -07:00
pl2.rb - start hacking on a new pipeline implementation focusing on 2012-11-02 23:42:07 -07:00
README.md - add project principles 2013-01-31 07:04:44 -08:00
STYLE.md - clean up style guide a bit 2013-01-03 17:23:36 -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/

Need Help?

Need help? Try #logstash on freenode irc or the logstash-users@googlegroups.com mailing list.

You can also find documentation on the http://logstash.net site.

Developing

To work on the code without building a jar, install rvm and run the following:

# Install JRuby with rvm
rvm install jruby-1.7.1
rvm use jruby-1.7.1

# Install logstash dependencies
ruby gembag.rb logstash.gemspec

# Run logstash
bin/logstash agent [options]

Building

Releases are available here: http://logstash.objects.dreamhost.com/

If you want to build the jar yourself, run:

make jar

rpm, deb, or other package formats are not currently available, but are easy to build with fpm. If you are interested in seeing future releases include your favorite packaging format, please let me know.

Project Principles

  • Software: Make it work, then make it right, then make it fast.
  • Community: If a newbie has a bad time, it's a bug.

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