mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
- correct some old notes
This commit is contained in:
parent
43424a0206
commit
cefe90c6f7
1 changed files with 13 additions and 5 deletions
|
@ -11,8 +11,8 @@ There are a few ways to install logstash:
|
||||||
|
|
||||||
## 'standalone runnable jar'
|
## 'standalone runnable jar'
|
||||||
|
|
||||||
This jar is the normal runnable jar with elasticsearch libs included. To use
|
This jar is a runnable jar with elasticsearch and most other dependencies
|
||||||
it, use it the same way as documented below for 'normal runnable jar'
|
included. To use it, do the following:
|
||||||
|
|
||||||
### web interface
|
### web interface
|
||||||
|
|
||||||
|
@ -22,13 +22,21 @@ it, use it the same way as documented below for 'normal runnable jar'
|
||||||
|
|
||||||
java -jar logstash-%VERSION%-monolithic.jar agent -f youragent.conf
|
java -jar logstash-%VERSION%-monolithic.jar agent -f youragent.conf
|
||||||
|
|
||||||
|
### Combined
|
||||||
|
|
||||||
|
You can run both the agent and web interface (or any number of separate agents)
|
||||||
|
in the same java process. Just use '--' indicate the start of a new command
|
||||||
|
line:
|
||||||
|
|
||||||
|
java -jar logstash-%VERSION%-monolithic.jar agent -f myagent.conf -- web
|
||||||
|
|
||||||
## 'gem install logstash'
|
## 'gem install logstash'
|
||||||
|
|
||||||
Using this method to download logstash will install all ruby dependencies.
|
Using this method to download logstash will install all ruby dependencies.
|
||||||
|
|
||||||
* You must have jruby already
|
* You must have JRuby already
|
||||||
* If you use elasticsearch, you'll have to it and its jars add that to the java
|
* If you use elasticsearch, you'll have to add that to the java classpath.
|
||||||
classpath. ( See below for web interface notes
|
(See below for web interface notes)
|
||||||
* If you use grok, you'll need libgrok installed.
|
* If you use grok, you'll need libgrok installed.
|
||||||
|
|
||||||
### web interface
|
### web interface
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue