mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- Add download link (silly me, why wasn't this here the whole time?)
- small link rearrangement
This commit is contained in:
parent
4971f8d371
commit
287cd104d9
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue