Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.02 KB

VAGRANT ELK

Description:

Virtualbox and vagrant used to build virtual machines as servers.

Prerequisites / Requirements

install these requirements

  1. Download and Install VitualBox
  2. Download and Install Vagrant
  3. Install guest additions to Vagrant
    vagrant plugin install vagrant-vbguest
  4. Install vagrant hostmanager
    vagrant plugin install vagrant-hostmanager
  5. Install Ansible.
    sudo pip install ansible
  6. Install Git.

Getting Started

  1. clone this repository: git clone [email protected]:jack-factor/ansible-vagrant-elk.git
  2. Start Vagrant VM: vagrant up
  3. Open your browser: http://kibana:5601 http://elastic:9600