Skip to content

Latest commit

 

History

History
 
 

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Vagrant

Vagrant file for testing.

Versions

  • Java 8
  • Elasticsearch 2.x
  • Kibana 4.6.x

Installation

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

Running a Vagrant environment

To start up:

vagrant up

To shut down:

vagrant suspend

Browsing Elasticsearch indexes

A head plugin to browse Elasticsearch indexes has been installed.

Just open the following link in your browser:

http://localhost:9200/_plugin/head/

Kibana

Just open the following link in your browser:

http://localhost:5601/