I just downloaded kibana-4.3 tar file , extract it and it works fine. But i want to enable the service at system startup and i got the error by using chkconfig command:
service kibana does not support chkconfig
Any workaround?
I just downloaded kibana-4.3 tar file , extract it and it works fine. But i want to enable the service at system startup and i got the error by using chkconfig command:
service kibana does not support chkconfig
Any workaround?
Not nice but just a workaround: you may set in crontab a line similar to
@reboot /command/to/bin/start/kibana
You should use crontab of the user who owns kibana installation.