- fix standalone config

- fix style on releng
This commit is contained in:
Jordan Sissel 2011-06-13 12:12:14 -07:00
parent 296ab8f3cd
commit 78a92a0f58
2 changed files with 3 additions and 9 deletions

View file

@ -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!

View file

@ -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