/ELK-Vagrant

Deply the Elastic Stack on Virtualbox with vagrant and configure with Ansible

Primary LanguageRuby

This repository contains a Vagrantfile and Ansible Playbook to deploy Elasticsearch, Logstash, and Kibana on a single Virtual machine using Virtualbox as the provider

To generate a password for the local user you first need to hash it:

pip install passlib
python -c "from passlib.hash import sha512_crypt; print sha512_crypt.encrypt('plaintextpassword')"