Skip to content

gigi81/elk-windows-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Since Elastic is now providing msi packages for the ELK stack on Windows, this repo is not actively maintained anymore.

Build status Github All Releases

elk-windows-installer

Elasticsearch Logstash Kibana Installer for Windows

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.

Prerequisites

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

Usage

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 network ports, logstash input filters and outputs, data folders, in the installation folder.

After installation, you can open kibana browsing to http://localhost:5601

Silent Install

It's possible to run the installer from the command line without ui:

elk-x64-installer.exe /S /D=C:\Elk Install Dir

Note: the installation dir must be the last parameter without quotes even when there are spaces in the path.

For more details check the nsis documentation

Credits

Elasticsearch, Logstash and Kibana are developed by Elastichsearch (http://www.elasticsearch.com).

The installer is based on the work of:

The installer uses the following tools:

  • curl
  • nssm
  • nsis
  • 7zip