Hi,
I've moved Logstash to a AWS EC2 instance but running sudo systemctl start logstash.service doesn't do anything. systemctl status shows the process as active but nothing is showing up in the logstash logs.
Running logstash through sudo bin/logstash --path.settings /etc/logstash -f /etc/logstash/conf.d/test.conf is working fine.
I'm no linux expert at all. Does anyone have any pointers?