How to set kibana auto start when system reboot

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.