when i run logstash on windows i get the following error
C:\logstash-8.1.0>.\bin\logstash.bat -f .\config\syslog.conf
Using LS_JAVA_HOME defined java: C:\Program Files\Java\jdk-17.0.2
WARNING: Using LS_JAVA_HOME while Logstash distribution comes with a bundled JDK.
Sending Logstash logs to C:/logstash-8.1.0/logs which is now configured via log4j2.properties
[2022-03-15T10:46:52,902][INFO ][logstash.runner ] Log4j configuration path used is: C:\logstash-8.1.0\config\log4j2.properties
[2022-03-15T10:46:52,908][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"8.1.0", "jruby.version"=>"jruby 9.2.20.1 (2.5.8) 2021-11-30 2a2962fbd1 Java HotSpot(TM) 64-Bit Server VM 17.0.2+8-LTS-86 on 17.0.2+8-LTS-86 +indy +jit [mswin32-x86_64]"}
[2022-03-15T10:46:52,909][INFO ][logstash.runner ] JVM bootstrap flags: [-Xms1g, -Xmx1g, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djruby.compile.invokedynamic=true, -Djruby.jit.threshold=0, -Djruby.regexp.interruptible=true, -XX:+HeapDumpOnOutOfMemoryError, -Djava.security.egd=file:/dev/urandom, -Dlog4j2.isThreadContextMapInheritable=true, --add-opens=java.base/java.security=ALL-UNNAMED, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.nio.channels=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.management/sun.management=ALL-UNNAMED]
[2022-03-15T10:46:52,927][INFO ][logstash.settings ] Creating directory {:setting=>"path.queue", :path=>"C:/logstash-8.1.0/data/queue"}
[2022-03-15T10:46:52,934][INFO ][logstash.settings ] Creating directory {:setting=>"path.dead_letter_queue", :path=>"C:/logstash-8.1.0/data/dead_letter_queue"}
[2022-03-15T10:46:52,976][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
[2022-03-15T10:46:52,992][INFO ][logstash.agent ] No persistent UUID file found. Generating new UUID {:uuid=>"066a838d-f47a-45a9-86fd-45b73fb8d433", :path=>"C:/logstash-8.1.0/data/uuid"}
[2022-03-15T10:46:54,803][INFO ][logstash.config.source.local.configpathloader] No config files found in path {:path=>"C:/logstash-8.1.0/config/syslog.conf"}
[2022-03-15T10:46:54,807][ERROR][logstash.config.sourceloader] No configuration found in the configured sources.
[2022-03-15T10:46:54,832][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600, :ssl_enabled=>false}
[2022-03-15T10:46:59,978][INFO ][logstash.runner ] Logstash shut down.
[2022-03-15T10:46:59,987][FATAL][org.logstash.Logstash ] Logstash stopped processing because of an error: (SystemExit) exit
org.jruby.exceptions.SystemExit: (SystemExit) exit
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:747) ~[jruby.jar:?]
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:710) ~[jruby.jar:?]
at C_3a_.logstash_minus_8_dot_1_dot_0.lib.bootstrap.environment.<main>(C:\logstash-8.1.0\lib\bootstrap\environment.rb:94) ~[?:?]