'./bin/kibana' means automatic starting?

hello!
i want to know that command "./bin/kibana" it means automatic starting, when i reboot my server?

What OS are you on? How did you install Kibana?

I'm using ubuntu 20.04 version. I installed kibana deb file by using wget command. Then i used 'dpkg -i'command.

Thanks! You should use the apt repo if you can, it makes things easier and it still uses the same deb.

You should be able to use systemctl start kibana to start the process, and then it'll start on boot as well.

Thank u for answer!!
Have a nice day~

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.