Skip to content

ArnaudLoos/ELK-Vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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')"

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages