Here you can find an installer for the ELK stack (Elasticsearch - Logstash - Kibana) for Windows. There are a few tutorials on the internet that describe how to do this operation manually. This installer is designed to install the required files and install the ELK services on the system hopefully saving you some time in the process.
You need to install the Java SDK x64 (not the JRE). You can download it from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
You can download the installer from the releases section.
The installer will create these windows services for you:
- elasticsearch-service-x64
- logstash
- kibana
You can customize the services configuration like netowrk ports, logstash input filters and outputs, data folders, in the installation folder.
After installation, you can open kibana browsing to http://localhost:5601
Elasticsearch, Logstash and Kibana are developed by Elastichsearch (http://www.elasticsearch.com).
The installer is based on the work of:
- https://www.ulyaoth.net/resources/tutorial-install-logstash-and-kibana-on-a-windows-server.34/
- http://www.sexilog.fr/
The installer uses the following tools:
- curl
- nssm
- nsis
- 7zip