Logstash status is active but logs showing error as "[2020-08-25T02:48:59,350][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit"

Hi,
I have been trying to add one more conf file to pipeline.yml and did troubleshooting using sudo /usr/share/logstash/bin/logstash -f /etc/logstash/conf.d/new.conf and it worked fine.Later during another troubleshooting used ctrl+C and killed logstash process.
Now

  1. systemctl status logstash is active.
  2. whereas log shows "[2020-08-25T02:48:59,350][ERROR][org.logstash.Logstash ] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit"
  3. And netstat -ntlp shows no ports in pipeline have been used.

Kindly help

issue is resolved after replacing pipeline.yml with new one.

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