Hi,
Wanted to know if elasticsearch/logstash/kibana is not configued as a service,What changes has to be done to configure it as a service.
I get the below errors if try to use systemctl/service command.
systemctl staus elasticsearch/logstash/kibana
systemctl command not found
service elasticsearch/logstash/kibana status
elasticsearch: unrecognized service
I dont see any elasticsearch executable file in /etc/init.d directory.
There is no systemctl file in /bin directory.
To stop elasticsearch service we are killing the elasticsearch service and to to check the status of elasticsearch we need to check if the process is running.
to stop
Kill -i
to check the status
ps -ef|grep -i elasticsearch
OS:ubuntu 14.04
Please suggest what changes has to be made to configure it as a service.