This repository allows you to quickly spin up ELK stack and deploy dummy application which produces various logs
- at least 8 GB RAM available (VM will use 5 GB)
- vagrant installed
- virtualbox installed
- run ELK stack with
vagrant up
- login to stack with
vagrant ssh
- change working directory to
/vagrant
- check ELK stack state by executing
docker-compose ps
orctop
. All three containers should be up and running - execute
cd templates
and- put global index settings with
./put.sh global.json
- put template for deployments index by executing
./put.sh deployments.json
- put global index settings with
- change working directory to
/vagrant
- deploy first version of our application with
./deploy.sh 1.0 first release
or run./deploy.sh
to see all the options - enjoy