Systemctl status logstash

When I run:
systemctl start logstash

and then I run:
systemctl status logstash

I get the following message:
logstash.service - logstash
Loaded: loaded (/etc/systemd/system/logstash.service; disabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Mon 2018-02-26 19:29:10 UTC; 1s ago
Process: 2016 ExecStart=/usr/share/logstash/bin/logstash --path.settings /etc/logstash (code=exited, status=1/FAILURE)
Main PID: 2016 (code=exited, status=1/FAILURE)

Any idea or help on what could be causing this error? Also I am running this on an t2micro ec2 instance

Did you check the logs? /var/log/logstash/ :slight_smile:

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