logstash/docs/learn.md
Jordan Sissel d5fa8a718c Reference github issues now.
Hosted Jira (logstash.jira.com) is currently busted because we have
exceeded the maximum number of users that platform can accomodate
(according to Atlassian support). Until that is resolved, let's point
everyone at github issues instead.

closes #1508
2014-07-14 22:21:37 -04:00

1.9 KiB

title layout
Learn - logstash content_right

What is logstash?

logstash is a tool for managing your logs.

It helps you take logs and other event data from your systems and move it into a central place. logstash is open source and completely free. You can find support on the mailing list and on IRC.

For an overview of logstash and why you would use it, you should watch the presentation I gave at CarolinaCon 2011: video here. This presentation covers logstash, how you can use it, some alternatives, logging best practices, parsing tools, etc. Video also below:

The slides are available online here: slides.

Getting Help

There's documentation here on this site. If that isn't sufficient, you can email the mailing list (logstash-users@googlegroups.com). Further, there is also an IRC channel - #logstash on irc.freenode.org.

If you find a bug or have a feature request, file them on github. (Honestly though, if you prefer email or irc for such things, that works for me, too.)

Download It

Download logstash-%VERSION%

What's next?

Try this guide for a simple real-world example getting started using logstash.