Elastic Kibana – install as windows service
The following command will create the service with a name of “ElasticSearch Kibana 4.0.1” and make it depend on ElasticSearch so it doesn’t try to start too soon. sc create “ElasticSearch Kibana 4.0.1” binPath= “{path to batch file}” depend= “elasticsearch-service-x64”