Logstash 5.3 bad uri error

I'm trying out logstash 5.3.0 and just running a test.conf isn't working. below is the error i get. i saw before that there might be errors if i extract logstash to a path with a space so it is located in "c:/developer/elastic" (windows 10).
Am i doing anything wrong?

C:\Developer\Elastic\Logstash>bin\logstash -f etc\test.conf
An unexpected error occurred! :error => bad URI(is not URI?): file://C:\Developer\Elastic\Logstash\config/log4j2.properties, :backtrace => ["C:/Developer/Elastic/Logstash/vendor/jruby/lib/ruby/1.9/uri/common.rb:176:in split'", "C:/Developer/Elastic/Logstash/vendor/jruby/lib/ruby/1.9/uri/common.rb:210:in parse'", "C:/Developer/Elastic/Logstash/vendor/jruby/lib/ruby/1.9/uri/common.rb:747:in parse'", "C:/Developer/Elastic/Logstash/vendor/jruby/lib/ruby/1.9/uri/common.rb:994:in URI'", "C:/Developer/Elastic/Logstash/logstash-core/lib/logstash/logging/logger.rb:76:in initialize'", "org/jruby/ext/thread/Mutex.java:149:in synchronize'", "C:/Developer/Elastic/Logstash/logstash-core/lib/logstash/logging/logger.rb:74:in initialize'", "C:/Developer/Elastic/Logstash/logstash-core/lib/logstash/runner.rb:198:in execute'", "C:/Developer/Elastic/Logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/command.rb:67:in run'", "C:/Developer/Elastic/Logstash/logstash-core/lib/logstash/runner.rb:183:in run'", "C:/Developer/Elastic/Logstash/vendor/bundle/jruby/1.9/gems/clamp-0.6.5/lib/clamp/command.rb:132:in run'", "C:\\Developer\\Elastic\\Logstash\\lib\\bootstrap\\environment.rb:71:in (root)'"]

What does your config look like?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.