Commit graph

6 commits

Author SHA1 Message Date
Andres Rodriguez
5959676809
Update feature-request.md (#12873)
Update feature-request.md to provide a nicer description.

Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Co-authored-by: hendry-lim <48344515+hendry-lim@users.noreply.github.com>
2022-08-09 14:46:28 +01:00
Karen Metts
180767c0ac
Add template for creating documentation issues (#13456) 2021-11-30 11:52:25 -05:00
Andrea Selva
d51afe54d5
Removed JAVA_HOME using only LS_JAVA_HOME (#13214)
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.
2021-09-15 09:29:07 +02:00
Andrea Selva
3ffdb99119
Deprecate JAVA_HOME preferring LS_JAVA_HOME (#13207)
Adds print of deprecation notices on stdout when Logstash is starting with JAVA_HOME instead of LS_JAVA_HOME
2021-09-08 11:06:53 +02:00
Andrea Selva
979ea21c5e
Introduce LS_JAVA_HOME environment variable (#13204)
This commit modifies the launch scripts to take care of the LS_JAVA_HOME giving precedence over the JAVA_HOME, which is still used it the first is not found.
2021-09-06 10:22:51 +02:00
Andres Rodriguez
7b360aaac3
Add new issue templates based on Elasticsearch's (#12814)
Adds GitHub issue templates to help users file issues, enhancement/feature requests, test failures, etc.
2021-04-14 18:44:38 -04:00