Installing Elasticsearch as a service is an easy task:
cd elasticsearch_dir/bin elasticsearch-service.bat install
This creates a new service, which should be started manually.
However, I faced a problem installing Kibana 5.5.0 as a Windows service. The first solution I found didn’t work.
Read More →