Skip to content

Instantly share code, notes, and snippets.

@ssoto
Last active August 29, 2015 14:11
Show Gist options
  • Save ssoto/9c9bc704449c00cbe666 to your computer and use it in GitHub Desktop.
Save ssoto/9c9bc704449c00cbe666 to your computer and use it in GitHub Desktop.
Getting ELK stack using Vagrang

Install ELK stack virtualbox VM using Vagrant

First of all, you need get installed VirtualBox and Vagrant

If you use Ubuntu 14.04 you can get both of them executing:

sudo apt-get install vagrant virtualbox

Otherwise, go to VirtualBox and Vagrant documentation

Get the VagrantFile from git repo:

git clone https://github.com/comperiosearch/vagrant-elk-box.git

And then go into created folder and install your elk vm.

cd vagrant-elk-box
vagrant up

Execution of vagrant up take their time. Wait until you get the promt.
Then execute:

vagrant ssh

No credentials are need!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment