Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problems creating Kibana Windows Service

I registered the Kibana binary as a service as described here.

When I try to start the service, I get the following error message: Windows could not start the Kibana service on Local Computer. The service did not respond to the start or control request in a timely fashion.

However, when I try to access http://localhost:5602 in the browser, Kibana is loaded properly. But the service is still listed as "Stopped".

So it seems like the Kibana binaries are executed but the Windows Service doesn't know how to interprete the status? Any ideas on this?

like image 322
Stefan Avatar asked Nov 10 '22 10:11

Stefan


1 Answers

It seems that you cannot just install a Windows service using a .bat file.

Take a look at this question & answer for a workaround: https://serverfault.com/a/56472/101433

like image 167
gschuager Avatar answered Dec 11 '22 01:12

gschuager