Skip to content

kistenjunge/ansible-play-elkhowto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-play-elkhowto

Ansible Play based on the HowTo available at Digitalocean by [Mitchell Anicas] (https://twitter.com/thisismitch).

The Vagrantfile requires a debian78 box which can be added like this:

$ vagrant box add deb/wheezy-amd64

After fetching the image simply start up the machines and start the provisioning

$ vagrant up
$ ansible-playbook -i staging playbook.yml -v

You should then be able to access your fresh Kibana dashboard on the ELK machine.