mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- link to releases hosted on dreamobjects
- clean up intro on simple getting started
This commit is contained in:
parent
d2649ce139
commit
8be85f6dc3
2 changed files with 5 additions and 3 deletions
|
@ -76,7 +76,7 @@ Download the monolithic logstash release package. By 'monolithic' I mean the
|
|||
package contains all required dependencies to save you time chasing down
|
||||
requirements.
|
||||
|
||||
Follow [this link to download logstash-%VERSION%](http://semicomplete.com/files/logstash/logstash-%VERSION%-monolithic.jar).
|
||||
Follow [this link to download logstash-%VERSION%](http://logstash.objects.dreamhost.com/release/logstash-%VERSION%-monolithic.jar).
|
||||
|
||||
Since we're doing a centralized configuration, you'll have two main logstash
|
||||
agent roles: a shipper and an indexer. You will ship logs from all servers via Redis and have another agent receive those messages, parse
|
||||
|
|
|
@ -5,7 +5,9 @@ layout: content_right
|
|||
# Getting started with logstash (standalone server example)
|
||||
|
||||
This guide shows how to get you going quickly with logstash on a single,
|
||||
standalone server we'll begin by testing with simple stdin and stdout plugins. From there we'll start collecting actual log files.
|
||||
standalone server. We'll begin by showing you how to read events from standard
|
||||
input (your keyboard) and emit them to standard output. After that, we'll start
|
||||
collecting actual log files.
|
||||
|
||||
By standalone, I mean that everything happens on a single server: log collection, indexing, and the web interface.
|
||||
|
||||
|
@ -23,7 +25,7 @@ If you have problems, feel free to email the users list
|
|||
|
||||
## logstash
|
||||
|
||||
You should download the logstash 'monolithic' jar - if you haven't yet, [download it now](http://semicomplete.com/files/logstash/logstash-%VERSION%-monolithic.jar). This package includes most
|
||||
You should download the logstash 'monolithic' jar - if you haven't yet, [download it now](http://logstash.objects.dreamhost.com/release/logstash-%VERSION%-monolithic.jar). This package includes most
|
||||
of the dependencies for logstash in it and helps you get started quicker.
|
||||
|
||||
The configuration of any logstash agent consists of specifying inputs, filters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue