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.
I believe it was done through Debian package(since it is installed on ubuntu).It was setup by different team. Please suggest if there is anyway to check the same.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.