This is a simple Playground to containing a Elasticsearch Daemon. Mainly created for playing around with the search index for demoing or testing purposes.
The VM is based on Ubuntu 14.04 including the following services and packages installed:
- Oracle Java 7
- Elasticsearch 1.2.x
The IP address of the VM is 10.152.149.101.
After the VM is booted the Elasticsearch service can be reached at port
9200.
The following steps are needed in order to utilize this Playground:
- Checkout the git repository
$ git clone git@github.com:Playgrounds/Elasticsearch.git
- Initialize all needed ansible roles using Composer
$ cd Automation && composer install
- Make vagrant build the VM for you
$ vagrant up