mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 06:08:19 -04:00
Removes the usage of JAVA_HOME completely which is not anymore used for JDK path resolution. Updated all the Logstash launching scripts to use only LS_JAVA_HOME as environment variable to determine the JDK to use to launch Logstash. JAVA_HOME is abandoned for this job.
2.2 KiB
2.2 KiB
name | about | labels |
---|---|---|
Bug | Report a confirmed bug. For unconfirmed bugs please visit https://discuss.elastic.co/c/logstash | bug,status:needs-triage |
Logstash information:
Please include the following information:
- Logstash version (e.g.
bin/logstash --version
) - Logstash installation source (e.g. built from source, with a package manager: DEB/RPM, expanded from tar or zip archive, docker)
- How is Logstash being run (e.g. as a service/service manager: systemd, upstart, etc. Via command line, docker/kubernetes)
Plugins installed: (bin/logstash-plugin list --verbose
)
JVM (e.g. java -version
):
If the affected version of Logstash is 7.9 (or earlier), or if it is NOT using the bundled JDK or using the 'no-jdk' version in 7.10 (or higher), please provide the following information:
- JVM version (
java -version
) - JVM installation source (e.g. from the Operating System's package manager, from source, etc).
- Value of the
LS_JAVA_HOME
environment variable if set.
OS version (uname -a
if on a Unix-like system):
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Please include a minimal but complete recreation of the problem, including (e.g.) pipeline definition(s), settings, locale, etc. The easier you make for us to reproduce it, the more likely that somebody will take the time to look at it.
Provide logs (if relevant):