mirror of
https://github.com/elastic/logstash.git
synced 2025-04-19 20:27:23 -04:00
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 |
||
---|---|---|
.. | ||
jvm.options | ||
log4j2.properties | ||
logstash.yml | ||
startup.options |