Logstash - transport and process your logs, events, or other data
Find a file
2013-05-28 11:47:55 -07:00
bin - make RUBYVER tunable for ruby 2.0, not that it works well yet. 2013-04-24 22:10:18 -07:00
bot Warm welcome to bot,may it serves you well 2013-03-11 07:13:54 +01:00
docs - remove references to monolithic 2013-05-07 09:36:22 -07:00
etc - add perf configs used in recent perf tests. 2013-05-02 23:19:52 -07:00
lib - version bump 2013-05-28 11:47:13 -07:00
locales - improve validation reporting 2013-03-29 22:53:36 -07:00
misc - add some pipeline ideas related to the big logstash agent refactor. 2012-05-24 01:17:43 -07:00
patterns make numbers match w/o word-boundarys 2013-04-22 18:24:58 +03:00
pkg - add more-documented sysconfig defaults for centos 2013-04-28 13:27:17 -07:00
screencast 2010-11-11 07:37:48 +00:00
spec - make 'update' set a field value if it exists but do nothing if not 2013-05-06 07:49:41 -07: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 - changelog updates 2013-05-28 11:47:55 -07:00
CONTRIBUTORS - don't differentiate owner/contributor 2013-03-22 13:22:21 -07:00
gembag.rb - fix backwards compat 2013-04-25 10:16:13 -07: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 - revert rabbitmq plugin to the amqp plugin as in logstash v1.1.9 2013-05-05 11:28:16 -07:00
Makefile - fix logstash web serving static files 2013-05-28 11:47:01 -07: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
pull_release_note.rb Make release note from JIRA and Github 2013-03-11 07:11:23 +01:00
README.md Added more information for building from git 2013-04-30 16:12:51 -03: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.3
rvm use jruby-1.7.3

# Install logstash dependencies - installs gems into vendor/bundle/jruby/1.9/
ruby gembag.rb logstash.gemspec

# to use Logstash gems in irb, use the following
bin/logstash irb

# or use irb from the jar
java -jar logstash-<version>-monolithic.jar irb

# Run logstash
bin/logstash agent [options]

# If running bin/logstash agent yields complaints about log4j/other things
make vendor-elasticsearch

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