Virtualbox and vagrant used to build virtual machines as servers.
install these requirements
- Download and Install VitualBox
- Download and Install Vagrant
- Install guest additions to Vagrant
vagrant plugin install vagrant-vbguest
- Install vagrant hostmanager
vagrant plugin install vagrant-hostmanager
- Install Ansible.
sudo pip install ansible
- Install Git.
- clone this repository:
git clone [email protected]:jack-factor/ansible-vagrant-elk.git
- Start Vagrant VM:
vagrant up
- Open your browser:
http://kibana:5601
http://elastic:9600