Skip to content

ashokc/ELK-Stack-with-Vagrant-and-Ansible

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building an ELK Stack with Vagrant and Ansible

This is the source code to along with the blog article ELK-Stack-with-Vagrant-and-Ansible

  • Make sure that the host has sufficient CPU & RAM to build 7 vms as this one does.
  • You can adjust the memory requirements in 'inventory.yml'.

Uses the following roles:

Brief usage:

vagrant up --no-provision
ansible-playbook -v -i inventory.yml elk.yml

For testing,

  1. Generate logs on a filebeat host, say filebeat-1
vagrant ssh filebeat-1
cd /vagrant
./files/genLogs.pl
  1. Open a browswer to Kibana and explore.
http://192.168.33.28:5601

About

Building an ELK stack with Vagrant and Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages