theodorosidmar / elk-lab

Studying ELK Stack: Elasticsearch, Logstash and Kibana https://www.elastic.co/elk-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Studying ELK Stack

So, I wanted to visualize all my services' logs in a single place. The idea here is to have a RabbitMQ to queue all my application's logs, a Logstash consuming this queue, indexing the info on Elasticsearch and visualizing it on Kibana. My RabbitMQ publisher is just an infinite loop so I could have data to see.

Running

$ docker-compose up --build

Shutting down

$ docker-compose down -v

About

Studying ELK Stack: Elasticsearch, Logstash and Kibana https://www.elastic.co/elk-stack


Languages

Language:JavaScript 82.7%Language:Dockerfile 17.3%