mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
Updated based on @jordansissel input
This commit is contained in:
parent
89bdd7a38c
commit
5a5475bb7e
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@ To work on the code without building a jar, install rvm and run the following:
|
|||
ruby gembag.rb logstash.gemspec
|
||||
|
||||
# to use Logstash gems in irb, use the following
|
||||
GEM_HOME=vendor/bundle/jruby/1.9 irb
|
||||
bin/logstash irb
|
||||
|
||||
# or use irb from the jar
|
||||
java -jar ogstash-<version>-monolithic.jar irb
|
||||
|
||||
# Run logstash
|
||||
bin/logstash agent [options]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue