Vagrant file for testing.
- Java 8
- Elasticsearch 2.x
- Kibana 4.6.x
Installing VirtualBox:
sudo apt-get install virtualbox
Or on Mac Os:
brew cask install virtualbox
Installing Vagrant:
sudo apt-get install vagrant
sudo apt-get install virtualbox-dkms
Or on Mac:
brew cask install vagrant
brew cask install vagrant-manager
Getting vagrant machine up:
vagrant box add precise32 http://files.vagrantup.com/precise32.box
vagrant init precise32
To start up:
vagrant up
To shut down:
vagrant suspend
A head plugin to browse Elasticsearch indexes has been installed.
Just open the following link in your browser:
http://localhost:9200/_plugin/head/
Just open the following link in your browser:
http://localhost:5601/