logstash/config
Aaron Mildenstein 86e52dd7df Unset JAVACMD by default
In most cases, this will probably work out, but it will need some testing.

JRuby and `logstash.lib.sh` both check first for the presence of `JAVACMD`. If that isn't found, it tries `$JAVA_HOME/bin/java`. If that isn't found, it tries `java` in the system $PATH.

The previous behavior was to manually assign `JAVACMD=/usr/bin/java`.  This will still work for most users.  Special cases will still need manual configuration, but this will _probably_ work better for most cases in the long run.

Fixes #6919
2017-04-20 17:42:17 +00:00
..
jvm.options Fix starting logstash from command-line 2016-05-27 21:03:12 +00:00
log4j2.properties Truncate from the end of the message instead of the front. 2016-11-15 18:35:11 -05:00
logstash.yml config/logstash.yml: Remove trailing whitespace 2017-02-13 06:17:57 -05:00
startup.options Unset JAVACMD by default 2017-04-20 17:42:17 +00:00