Problem to start logstash : java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

Hello,

I use windows logstash 6.4.0 version.
My logstash service worked untill i install the input-jdbc plugin.
Now, when i tape in my terminal window this : bin\logstash.bat to start logstash i obtained this mistack message :
Sending Logstash logs to C:/UwAmp/www/logstash-6.4.0/logs which is now configured via log4j2.properties
ERROR: Pipelines YAML file is empty. Location: C:/UwAmp/www/logstash-6.4.0/config/pipelines.yml
usage:
bin/logstash -f CONFIG_PATH [-t] [-r] [] [-w COUNT] [-l LOG]
bin/logstash --modules MODULE_NAME [-M "MODULE_NAME.var.PLUGIN_TYPE.PLUGIN_NAME.VARIABLE_NAME=VALUE"] [-t] [-w COUNT] [-l LOG]
bin/logstash -e CONFIG_STR [-t] [--log.level fatal|error|warn|info|debug|trace] [-w COUNT] [-l LOG]
bin/logstash -i SHELL [--log.level fatal|error|warn|info|debug|trace]
bin/logstash -V [--log.level fatal|error|warn|info|debug|trace]
bin/logstash --help
[2018-10-04T11:50:40,871][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

Thanks in avance to help me.

Rod.

That' your problem. Does your pipelines.yml file exist? Are there any permissions on it? Is it empty?

Thanks Andreas.
I have solved my problem.

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