All Projects → elastic → Windows Installers

elastic / Windows Installers

Licence: apache-2.0
Windows installers for the Elastic stack

Projects that are alternatives of or similar to Windows Installers

Elasticsearch Rails
Elasticsearch integrations for ActiveModel/Record and Ruby on Rails
Stars: ✭ 2,896 (+2767.33%)
Mutual labels:  elastic, elasticsearch
Php Es Mapper
An elasticsearch simple mapping ORM for php
Stars: ✭ 25 (-75.25%)
Mutual labels:  elastic, elasticsearch
Pfelk
pfSense/OPNsense + ELK
Stars: ✭ 417 (+312.87%)
Mutual labels:  elastic, elasticsearch
Elastix
A simple Elasticsearch REST client written in Elixir.
Stars: ✭ 231 (+128.71%)
Mutual labels:  elastic, elasticsearch
Elasticsearch Cli
Command line interface for ElasticSearch
Stars: ✭ 70 (-30.69%)
Mutual labels:  elastic, elasticsearch
Elastichd
Elasticsearch 可视化DashBoard, 支持Es监控、实时搜索,Index template快捷替换修改,索引列表信息查看, SQL converts to DSL等
Stars: ✭ 2,993 (+2863.37%)
Mutual labels:  elastic, elasticsearch
Elasticsql
convert sql to elasticsearch DSL in golang(go)
Stars: ✭ 687 (+580.2%)
Mutual labels:  elastic, elasticsearch
Elastic Stack
Aprenda Elasticsearch, Logstash, Kibana e Beats do jeito mais fácil ⭐️
Stars: ✭ 135 (+33.66%)
Mutual labels:  elastic, elasticsearch
Elasticsearch Spring Boot Spring Data
🏆 Starter example for using Elasticsearch repository with Springboot
Stars: ✭ 65 (-35.64%)
Mutual labels:  elastic, elasticsearch
Scout Elasticsearch Driver
This package offers advanced functionality for searching and filtering data in Elasticsearch.
Stars: ✭ 1,047 (+936.63%)
Mutual labels:  elastic, elasticsearch
Elasticsearch Comrade
Elasticsearch admin panel built for ops and monitoring
Stars: ✭ 214 (+111.88%)
Mutual labels:  elastic, elasticsearch
Sentinl
Kibana Alert & Report App for Elasticsearch
Stars: ✭ 1,233 (+1120.79%)
Mutual labels:  elastic, elasticsearch
Docker Elastic Stack
ELK Stack Dockerfile
Stars: ✭ 175 (+73.27%)
Mutual labels:  elastic, elasticsearch
Helk
The Hunting ELK
Stars: ✭ 3,097 (+2966.34%)
Mutual labels:  elastic, elasticsearch
Elasticsearch Ruby
Ruby integrations for Elasticsearch
Stars: ✭ 1,848 (+1729.7%)
Mutual labels:  elastic, elasticsearch
Graphql Compose Elasticsearch
Hide Elastic Search REST API behind GraphQL.
Stars: ✭ 498 (+393.07%)
Mutual labels:  elastic, elasticsearch
Elastic
Elastic Stack (6.2.4) 을 활용한 Dashboard 만들기 Project
Stars: ✭ 121 (+19.8%)
Mutual labels:  elastic, elasticsearch
Sigmaui
SIGMA UI is a free open-source application based on the Elastic stack and Sigma Converter (sigmac)
Stars: ✭ 123 (+21.78%)
Mutual labels:  elastic, elasticsearch
Elastic data
Elasticsearch datasets ready for bulk loading
Stars: ✭ 30 (-70.3%)
Mutual labels:  elastic, elasticsearch
Elastic Scout Driver
Elasticsearch driver for Laravel Scout
Stars: ✭ 74 (-26.73%)
Mutual labels:  elastic, elasticsearch

Windows installers for the Elastic stack

This is the repository for the Elastic stack MSI-based Windows installers.

Example Install Flow

NOTE: Building from source should only be done for development purposes. Only the officially distributed and signed Elastic installer should be used in production. Using an unofficial Elastic installer is not supported.

Installation, Upgrades and Uninstallation

Elasticsearch can be installed on Windows using the .msi package which can be found on the downloads page. This .msi can install Elasticsearch as a Windows service or allow it to be run manually using the included elasticsearch.exe executable.

Installation, upgrades and uninstallation is possible using the command line or via a graphical user interface. All settings exposed within the GUI are also available as command line arguments (referred to as properties within Windows Installer documentation) that can be passed to msiexec.exe.

Reporting problems

To report any problems encountered during installation, or to request features, please open an issue on GitHub and attach the MSI installation log if applicable.

  • When installing from the command-line, the log file can be captured by passing the /l <logfilename>.
  • When installing through the UI, a link to the log file will be provided at the end of the installation.

For general questions and comments, please use the Elastic discussion forum.

Building

Clone the repository and run the build script (build.bat) which will download the latest version of the stack and create the installation MSIs. You can specify a specific version when building and there are many other configuration options available, run the following to see them all

build.bat help

If you check out this repository in Windows Subsystem for Linux then the the case sensitive flag will get set on the checkout folder which cause conflicts with WixToolSet as it uppercases the filenames.

From procmon:

light.exe 5744 CreateFile \BUILD\IN\ELASTICSEARCH-6.4.0\MODULES\X-PACK-WATCHER\ACTIVATION-1.1.1.JAR

This will yield a light.exe : error LGHT0001 : The system cannot find the path specified. (Exception from HRESULT: 0x80070003) during the FAKE build which will then complain it can not find the msi.

To fix this run fsutil.exe file setCaseSensitiveInfo <checkout> disable

Where to look for information that helps us troubleshoot:

HINT: wrapper process accepts --debug-env command line argument which might help in troubleshooting as well:

image

On Windows we run Elasticsearch using a wrapper service process. This process reports its errors to Windows Event Log. Please take note of Error entries, They usually contain vital clues: Service cannot be started. Elastic.ProcessHosts.Process.StartupException: Could not evaluate jvm.options file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].