Skip to content

Commit

Permalink
Add code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
suyograo authored and jordansissel committed May 4, 2015
1 parent 5f547a2 commit 8300255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/asciidoc/static/getting-started-with-logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ Logstash startup script uses environment variables so you can easily configure y
environment if you wish to do so.

When you start Logstash using the startup script, we launch Java with pre-configured JVM options.
Most times it is better to leave the options as is, but you have the ability to pass in
extra JVM options. For example, if you want to monitor Logstash using JMX, you can add these settings
Most times it is better to leave the options as is, but you have the option to pass in
extra JVM settings. For example, if you want to monitor Logstash using JMX, you can add these settings
using the environment variable `LS_JAVA_OPTS` and start Logstash

In some cases, you may want to completely override the default JVM options chosen by Logstash and use
your own settings. Setting JAVA_OPTS before you start Logstash will ignore the defaults in the scripts
your own settings. Setting `JAVA_OPTS` before you start Logstash will ignore the defaults in the scripts


[float]
Expand Down

0 comments on commit 8300255

Please sign in to comment.