forked from logstash/logstash.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html.in
55 lines (44 loc) · 2.02 KB
/
index.html.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: Logstash
---
<div class="featured_text">
<p>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.</p>
<p>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.</p>
<a class="awesome_button" href="https://download.elasticsearch.org/logstash/logstash/logstash-%VERSION%-flatjar.jar">Download</a>
<a class="awesome_button" href="/docs/%VERSION%/learn">Learn</a>
<a class="awesome_button" href="http://cookbook.logstash.net/">Cookbook</a>
<a class="awesome_button" href="http://demo.logstash.net/">Search Demo</a>
</div>
<div class="clear"></div>
<div class="sub_content">
<h2>Ship logs from any source, parse them, get the right timestamp, index them,
and search them.</h2>
<div class="sub_content_text">
<p>All your logs from all over your infrastructure in one place - with
searching and graphing. Since we can easily parse text-based logs, you can
query for more precise things like, all 404 http errors, nagios critical alerts
in hard state, or mail server faults - all without accidentally finding logs
with the word ‘404’ or ‘critical’ in the wrong place.
</p>
<a href="http://www.youtube.com/watch?v=RuUFnog29M4">
[36 mins] logstash @ puppetconf (September 2012)
</a><br/>
<a href="http://vimeo.com/52657948">
[30 mins] logstash @ SF Metrics (October 2012)
</a><br/>
<a href="http://www.concise-courses.com/infosec/20121108/#">
[24 mins] logstash on Concise Courses (October 2012)
</a><br/>
<!--
<a href="http://carolinacon.blip.tv/file/5105901/">
Watch logstash presentation @ CarolinaCon
</a><br/>
-->
</div>
<iframe width="439" height="225" src="http://www.youtube.com/embed/RuUFnog29M4" frameborder="0" allowfullscreen></iframe>
</div>