logstash/config
Rob Bavey 8b2f41fc83
Add jdk.io.File.enableADS=true to JVM options (#14086)
OpenJDK versions 11.0.15+10, 17.0.3+7 introduced new functionality to allow Java to enable
strict path checking. This included disallowing the use of : in any place other than directly
after the drive letter. Unfortunately, this check had the side effect of breaking compatibility
with special device paths, such as NUL:, which in turn, prevents Logstash from starting.
This feature was gated by the use of the jdk.io.File.enableADS property with a value of true
disabling the check.

This property was introduced with the default value of false, which prevents logstash
from starting in a Windows environment. While the next release is anticipated to set this
value to true, this commit explicitly sets that value to enable Logstash to be able
to start correctly.

Relates: #14066
2022-05-10 12:38:15 -04:00
..
jvm.options Add jdk.io.File.enableADS=true to JVM options (#14086) 2022-05-10 12:38:15 -04:00
log4j2.properties Explicitate the type of log format in appender's names (#12964) (#12997) 2021-06-17 14:21:24 +02:00
logstash-sample.conf Add sample configuration file 2018-05-17 19:58:35 +00:00
logstash.yml ecs: docs and comments syncing for 7.last (#13626) 2022-01-18 16:35:07 -08:00
pipelines.yml [7x backport] Write DLQ entries to temp file first (#12304) (#12318) 2020-10-07 14:37:49 -04:00
startup.options Change the default LS_SETTINGS_DIR to /etc/logstash for service installations 2018-03-30 19:57:30 +00:00