Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.85 KB

learn.md

File metadata and controls

46 lines (33 loc) · 1.85 KB
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:

<iframe width="480" height="296" src="http://www.youtube.com/embed/RuUFnog29M4" frameborder="0" allowfullscreen="allowfullscreen"></iframe>

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 ([email protected]). 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.