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
- systemctl status logstash is active.
- 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"
- And netstat -ntlp shows no ports in pipeline have been used.
Kindly help