Hi,
How to set kibana auto start when system reboot.
we have installed .tar file and i am getting below message.
I am using version 7.3
sudo /bin/systemctl enable elasticsearch.service
Failed to execute operation: No such file or directory
Hi,
How to set kibana auto start when system reboot.
we have installed .tar file and i am getting below message.
I am using version 7.3
sudo /bin/systemctl enable elasticsearch.service
Failed to execute operation: No such file or directory
By default from the tar package has no service installed by default.
You need to install the deb or rpm package, depending on your OS.
https://www.elastic.co/guide/en/kibana/current/start-stop.html
Also you were starting the elasticsearch service, not the Kibana one. They are separate products and in order to have Kibana function you will need Elasticsearch installed as well.
© 2020. All Rights Reserved - Elasticsearch
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.