/elasticsearch-vagrant

An ubuntu 14.04 vagrant box running Elasticsearch

Primary LanguageShellApache License 2.0Apache-2.0

An ubuntu 14.04 vagrant box running Elasticsearch.

Usage

$>vagrant up

to start (and deploy if needed) Elasticsearch in the Vagrant box. A Vagrant box will startup Elasticsearch at 192.168.12.5:9200.

$>vagrant halt

to halt the box

Configuration

Modify Vagrantfile to your hearts content to control RAM/CPU allocation, IP address, etc.