Run Kibana as Windows Service

Hi Ivan,

What i did is sc.exe create "Kibana 4.3.1" binPath=
"C:\Users\Administrator\Desktop\K4\bin\kibana.bat" in powershell and it
seems to work. Windows told me the service start failed, but kibana was running
anyways. After setting the service to start automatically, it even worked after
rebooting the Windows machine.

Other users seem to use NSSM (https://github.com/kirillkovalenko/nssm) for this, as described here https://www.ulyaoth.net/resources/tutorial-install-logstash-and-kibana-on-a-windows-server.34/
(in step 14). Sounded like it is more reliable like the "sc.exe create" approach, but
would need a third party tool.

I spoke with Elasticsearch support about this and they agree that there is a need for Windows server users for a Kibana windows service. But when this will be available they couldn't tell.