FATAL 470 Logstash stopped processing because of an error: (SystemExit) exit

Very basic setup, however keep getting 470 error. any suggestions
OS: Windows 10

[2021-05-15T20:49:31,983][ERROR][logstash.config.sourceloader] No configuration found in the configured sources.
[2021-05-15T20:49:32,233][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
[2021-05-15T20:49:37,360][INFO ][logstash.runner ] Logstash shut down.
[2021-05-15T20:49:37,470][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-complete-9.2.13.0.jar:?]
at org.jruby.RubyKernel.exit(org/jruby/RubyKernel.java:710) ~[jruby-complete-9.2.13.0.jar:?]
at C_3a_.Users.Dady.Downloads.Elasticsearch.logstash_minus_7_dot_12_dot_1_minus_windows_minus_x86_64.logstash_minus_7_dot_12_dot_1.lib.bootstrap.environment.(C:\Users\Dady\Downloads\Elasticsearch\logstash-7.12.1-windows-x86_64\logstash-7.12.1\lib\bootstrap\environment.rb:89) ~[?:?]

logstash looked for a configuration file and it either did not exist or was empty (or entirely comments). How have you set path.config? Are you using pipelines.yml? -f on the command line?

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