mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- fix standalone config
- fix style on releng
This commit is contained in:
parent
296ab8f3cd
commit
78a92a0f58
2 changed files with 3 additions and 9 deletions
|
@ -69,15 +69,9 @@ grouped by type and two outputs.
|
|||
|
||||
Put this in a file called "mylogstash.conf"
|
||||
|
||||
Now run
|
||||
Now run it all:
|
||||
|
||||
java -jar logstash-1.0-monolithic.jar agent -f mylogstash.conf
|
||||
|
||||
## the web interface
|
||||
|
||||
To run the logstash web ui, run this:
|
||||
|
||||
java -jar logstash-1.0-monolithic.jar web
|
||||
java -jar logstash-1.0-monolithic.jar agent -f mylogstash.conf -- web --backend elasticsearch:///?local
|
||||
|
||||
Point your browser at <http://yourserver:9292> and start searching!
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ right? ;)
|
|||
* Build binaries
|
||||
** rake package:gem
|
||||
** rake package:monolith:jar
|
||||
* rake docs output=../logstash.github.com/docs/VERSION
|
||||
* rake docs output=../logstash.github.com/docs/$(ruby -r./VERSION -e 'puts LOGSTASH_VERSION')
|
||||
** Note: you will need to use c-ruby for this (ruby 1.8.7, etc)
|
||||
** You'll need 'bluecloth' rubygem installed.
|
||||
* cd ../logstash.github.com
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue