- Add download link (silly me, why wasn't this here the whole time?)

- small link rearrangement
This commit is contained in:
Jordan Sissel 2012-01-25 22:49:54 -08:00
parent 4971f8d371
commit 287cd104d9

View file

@ -4,10 +4,10 @@ layout: content_right
---
<div id="doc_index_container">
<h3> general </h3>
<ul>
<li> <a href="getting-started-simple"> getting started (standalone) </a> </li>
<li> <a href="getting-started-centralized"> getting started (centralized) </a> </li>
<li> <a href="installation"> install </a> </li>
<li> <a href="http://semicomplete.com/files/logstash/logstash-%VERSION%-monolithic.jar"> download logstash %VERSION% </a> </li>
<li> <a href="installation"> installation </a> </li>
<li> <a href="flags"> command-line flags </a> </li>
<li> <a href="configuration"> configure </a> </li>
<li> <a href="extending"> extending </a> </li>
@ -16,6 +16,8 @@ layout: content_right
<h3> use case tutorials </h3>
<ul>
<li> <a href="getting-started-simple"> getting started (standalone) </a> </li>
<li> <a href="getting-started-centralized"> getting started (centralized) </a> </li>
<li> <a href="tutorials/10-minute-walkthrough"> 10-minute walkthrough</a> - a simple walkthrough to show you how to configure the logstash agent to process events and even old logs. </li>
<li> <a href="tutorials/metrics-from-logs"> Gathering metrics from logs </a> - take metrics from logs and ship them to graphite, ganglia, and more. </li>
<li> <a href="just-enough-amqp-for-logstash">Just enough AMQP for Logstash </a> - Get a quick primer on AMQP and how to use it in Logstash! </li>