mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix url to point at dreamobjects
- remove dreamforce references
This commit is contained in:
parent
8be85f6dc3
commit
9be443b538
1 changed files with 5 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
---
|
||||
title: Logstash tutorial @ Dreamforce
|
||||
title: Logstash 10-Minute Tutorial
|
||||
layout: content_right
|
||||
---
|
||||
# Logstash tutorial @ Dreamforce
|
||||
# Logstash 10-minute Tutorial
|
||||
|
||||
## Step 1 - Download
|
||||
|
||||
### Download logstash:
|
||||
|
||||
* [logstash-%VERSION%-monolithic.jar](http://semicomplete.com/files/logstash/logstash-%VERSION%-monolithic.jar)
|
||||
* [logstash-%VERSION%-monolithic.jar](http://logstash.objects.dreamhost.com/release/logstash-%VERSION%-monolithic.jar)
|
||||
|
||||
### Requirements:
|
||||
|
||||
|
@ -16,8 +16,9 @@ layout: content_right
|
|||
|
||||
### The Secret:
|
||||
|
||||
logstash is written in JRuby but I release standalone jar files for easy
|
||||
logstash is written in JRuby, but I release standalone jar files for easy
|
||||
deployment, so you don't need to download JRuby or most any other dependencies.
|
||||
|
||||
I bake as much as possible into the single release file.
|
||||
|
||||
## Step 2 - A hello world.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue