https://github.com/gigi81/elk-windows-installer
Elasticsearch Logstash Kibana Windows Installer
https://github.com/gigi81/elk-windows-installer
elasticsearch elk installer kibana logstash nsis windows
Last synced: 7 months ago
JSON representation
Elasticsearch Logstash Kibana Windows Installer
- Host: GitHub
- URL: https://github.com/gigi81/elk-windows-installer
- Owner: gigi81
- Created: 2015-08-15T13:51:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-20T21:41:53.000Z (about 6 years ago)
- Last Synced: 2023-03-15T11:01:19.121Z (over 2 years ago)
- Topics: elasticsearch, elk, installer, kibana, logstash, nsis, windows
- Language: NSIS
- Size: 5.75 MB
- Stars: 51
- Watchers: 13
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| WARNING: Since Elastic is now providing msi packages for the ELK stack on Windows, this repo is not actively maintained anymore. |
| --- |
[](https://ci.appveyor.com/project/gigi81/elk-windows-installer)
[]()
# 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](https://github.com/gigi81/elk-windows-installer/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](http://nsis.sourceforge.net/Docs/Chapter4.html#silent)
Credits
============
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