1

I have been following this tutorial to install ELK stack in a remote server which runs on Amazon Linux. https://www.aytech.ca/blog/setup-elk-stack-amazon-linux/
I was able to install Elasticsearch and then to start it as a service.Then I installed logstash. However when I try to start the logstash service using this command,

service logstash status 

the console returns this error.

 logstash: unrecognized service

However, when I grep'd the logstash it gave this output. Means it is running,right?
enter image description here

Can someone provide a solution how to make this logstash run as a service?

enter image description here

Rui F Ribeiro
  • 55,929
  • 26
  • 146
  • 227
Sandun
  • 115
  • 1
  • 1
  • 9

1 Answers1

0

Eventually I had to relaunch the server with Amazon Linux 2 OS.Now I am able to run Logstash inside that,but I still don't know how to tackle the issue in an Amazon Linux 1 OS.

Sandun
  • 115
  • 1
  • 1
  • 9