mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- Move walk throughs and such into tutorials/
This commit is contained in:
parent
2d4a57b940
commit
ffd78b24d0
8 changed files with 11 additions and 11 deletions
|
@ -162,7 +162,7 @@ class LogStashConfigDocGenerator
|
|||
section = "output"
|
||||
end
|
||||
|
||||
template_file = File.join(File.dirname(__FILE__), "docs.html.erb")
|
||||
template_file = File.join(File.dirname(__FILE__), "plugin-doc.html.erb")
|
||||
template = ERB.new(File.new(template_file).read, nil, "-")
|
||||
|
||||
# descriptions are assumed to be markdown
|
||||
|
|
|
@ -15,11 +15,11 @@ layout: content_right
|
|||
<h3> use cases and 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/getting-started-simple"> getting started (standalone) </a> </li>
|
||||
<li> <a href="tutorials/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>
|
||||
<li> <a href="tutorials/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>
|
||||
</ul>
|
||||
|
||||
<h3> plugin documentation </h3>
|
||||
|
|
|
@ -41,5 +41,5 @@ logstash releases come in a few flavors.
|
|||
|
||||
## What's next?
|
||||
|
||||
Try the [standalone logstash guide](getting-started-simple) for a simple
|
||||
Try the [standalone logstash guide](tutorials/getting-started-simple) for a simple
|
||||
real-world example getting started using logstash.
|
||||
|
|
|
@ -3,7 +3,7 @@ title: logstash docs for <%= section %>s/<%= name %>
|
|||
layout: content_right
|
||||
---
|
||||
<h2><%= name %></h2>
|
||||
<h3>Status: <a href="plugin-status"><%= @plugin_status %></a></h3>
|
||||
<h3>Status: <a href="../plugin-status"><%= @plugin_status %></a></h3>
|
||||
|
||||
<%= description %>
|
||||
|
|
@ -122,7 +122,7 @@ on some results, drill around in some logs.
|
|||
For further learning, try these:
|
||||
|
||||
* [Watch a presentation on logstash](http://blip.tv/carolinacon/logstash-open-source-log-and-event-management-jordan-sissel-5123601)
|
||||
* [Getting started 'standalone' guide](http://logstash.net/docs/%VERSION%/getting-started-simple)
|
||||
* [Getting started 'centralized' guide](http://logstash.net/docs/%VERSION%/getting-started-centralized) -
|
||||
* [Getting started 'standalone' guide](http://logstash.net/docs/%VERSION%/tutorials/getting-started-simple)
|
||||
* [Getting started 'centralized' guide](http://logstash.net/docs/%VERSION%/tutorials/getting-started-centralized) -
|
||||
learn how to build out your logstash infrastructure and centralize your logs.
|
||||
* [Dive into the docs](http://logstash.net/docs/%VERSION%/)
|
||||
|
|
|
@ -33,8 +33,8 @@ On the server collecting and indexing your logs:
|
|||
Requirements: java
|
||||
|
||||
You'll most likely want the version of ElasticSearch specified by the
|
||||
<outputs/elasticsearch> docs. Modify this in your shell for easy downloading of
|
||||
ElasticSearch:
|
||||
[outputs/elasticsearch](outputs/elasticsearch) docs. Modify this in your shell
|
||||
for easy downloading of ElasticSearch:
|
||||
|
||||
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
|
||||
ES_DIR=${ES_PACKAGE%%.zip}
|
|
@ -81,4 +81,4 @@ Want to know more about the configuration language? Check out the
|
|||
[configuration](configuration) documentation.
|
||||
|
||||
You may have logs on many servers you want to centralize through logstash. To
|
||||
learn how to do that, [read this](getting-started-centralized)
|
||||
learn how to do that, [read this](tutorials/getting-started-centralized)
|
Loading…
Add table
Add a link
Reference in a new issue