I installed successfully logstash. but when I am trying to fire below command:
sudo service logstash start
I am getting: > logstash: unrecognized service
During installation my last output was like below.
Using provided startup.options file: /etc/logstash/startup.options
Failed to get D-Bus connection: Operation not permitted
Successfully created system startup script for Logstash
I restarted also after instllation.
How can I know that logstash service is running or not?
How can I use sudo service logstash status
Thanks in Advance.