All Projects → rgl → Elasticsearch Setup

rgl / Elasticsearch Setup

elasticsearch oss installer for windows.

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Elasticsearch Setup

Installer
InnoSetup高仿有道云笔记安装程序的脚本模板,改一改背景图片就可以一键打包属于自己的美观的互联网风格的安装程序
Stars: ✭ 126 (+70.27%)
Mutual labels:  installer, setup
wordless gem
The quickest CLI tool to setup a new WordPress locally. Wordless ready.
Stars: ✭ 38 (-48.65%)
Mutual labels:  setup, installer
gameshell-setup
Enhance your Gameshell 💪
Stars: ✭ 56 (-24.32%)
Mutual labels:  setup, installer
cpsetup
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Stars: ✭ 42 (-43.24%)
Mutual labels:  setup, installer
sloth-app
Sloth desktop app
Stars: ✭ 16 (-78.38%)
Mutual labels:  setup, installer
Mpv Install
Sets up file associations for mpv on Windows
Stars: ✭ 305 (+312.16%)
Mutual labels:  installer, setup
Elasticsearch Cli
Command line interface for ElasticSearch
Stars: ✭ 70 (-5.41%)
Mutual labels:  elasticsearch
Jmeter Elasticsearch Backend Listener
JMeter plugin that lets you send sample results to an ElasticSearch engine to enable live monitoring of load tests.
Stars: ✭ 72 (-2.7%)
Mutual labels:  elasticsearch
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-6.76%)
Mutual labels:  elasticsearch
Spring Examples
SpringBoot Examples
Stars: ✭ 67 (-9.46%)
Mutual labels:  elasticsearch
Elasticsearch exporter
Elasticsearch stats exporter for Prometheus
Stars: ✭ 1,189 (+1506.76%)
Mutual labels:  elasticsearch
K8s Offline
Offline installation package for kubernetes.
Stars: ✭ 72 (-2.7%)
Mutual labels:  installer
Graylog Plugin Metrics Reporter
Graylog Metrics Reporter Plugins
Stars: ✭ 71 (-4.05%)
Mutual labels:  elasticsearch
Kafka Elasticsearch Injector
Golang app to read records from a set of kafka topics and write them to an elasticsearch cluster
Stars: ✭ 70 (-5.41%)
Mutual labels:  elasticsearch
Transporter
Sync data between persistence engines, like ETL only not stodgy
Stars: ✭ 1,175 (+1487.84%)
Mutual labels:  elasticsearch
Wordpress Plugin Installer
A PHP class for installing and activating WordPress plugins.
Stars: ✭ 69 (-6.76%)
Mutual labels:  installer
Tf aws elasticsearch
Terraform module which creates AWS Elasticsearch resources
Stars: ✭ 73 (-1.35%)
Mutual labels:  elasticsearch
Elasticsearch Learning To Rank
Plugin to integrate Learning to Rank (aka machine learning for better relevance) with Elasticsearch
Stars: ✭ 1,147 (+1450%)
Mutual labels:  elasticsearch
Ebean
Ebean ORM
Stars: ✭ 1,172 (+1483.78%)
Mutual labels:  elasticsearch
Gnes
GNES is Generic Neural Elastic Search, a cloud-native semantic search system based on deep neural network.
Stars: ✭ 1,178 (+1491.89%)
Mutual labels:  elasticsearch

Elasticsearch Setup

This is a setup application for installing Elasticsearch (OSS flavor) on a Windows machine.

The setup will:

  • install all files into Program Files (the user can change the actual location)

  • create the elasticsearch Windows account (with Logon as service privilege)

  • install a Windows Service to automatically start elasticsearch (run as the elasticsearch account) at boot (but has to be manually started after install...).

  • grant the elasticsearch account:

    • read permissions to the config directory.
    • full permissions to the config/elasticsearch.keystore file.
    • full permissions to the data and logs directories.
  • create a bunch of Start Menu entries (link to home page, guide, etc).

If you need to modify any service related setting (e.g. the maximum memory used by the JVM) edit the file:

lib\elasticsearchw-update.cmd

And then run it in a Administrator Command Prompt.

Silent installation

You can do a silent install with the /VERYSILENT /SUPPRESSMSGBOXES command line arguments. For more information see the install elasticsearch section inside the Vagrantfile-provision.ps1 file.

Development

The setup is created inside a Vagrant environment. To create the environment install:

Then run vagrant up. The setup executable should appear on the same directory as this README 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].