teoria / elk-compose

ELK orchestration using docker and docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre configured ELK (Elasticsearch, logstash and Kibana)

ELK orchestration using docker and docker-compose.

Setup Just clone this repository and change this line of code to be your log directory.

The log syncronization is done by Filbeat and the configuration is allowed by the configuration file, just change the prospectors to read your own log files.

You will just need docker and docker-compose to be able to run this ELK.

Running docker-compose:

docker-compose up

If you need help, take a look here http://walde.co/2016/07/11/configurando-elk-com-docker-e-filebeat/

About

ELK orchestration using docker and docker-compose