Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
= Reference

:branch: 1.5
:logstash_version: 1.5.0.RC2
:logstash_version: 1.5.0
:elasticsearch_version: 1.5.1
:jdk: 1.7.0_60

Expand Down
14 changes: 14 additions & 0 deletions docs/static/getting-started-with-logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@ Java HotSpot(TM) 64-Bit Server VM (build 24.45-b08, mixed mode)

Once you have verified the existence of Java on your system, we can move on!

[float]
=== Environment Variables
Logstash startup script uses environment variables so you can easily configure your
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 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


[float]
=== Up and Running!
To get started, download and extract the 'logstash' binary and run
Expand Down