Bez popisu

Febbweiss 63a33b97e9 Feature: add README před 8 roky
config e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
elasticsearch e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
filebeat e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
kibana e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
logstash 4cc77930d9 Feature: add Logstash-Forwarder as agent před 8 roky
logstash-forwarder 4cc77930d9 Feature: add Logstash-Forwarder as agent před 8 roky
.env e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
.gitignore e0b11ef1a2 Initial commit - Fully working architecture před 8 roky
README.md 63a33b97e9 Feature: add README před 8 roky
docker-compose.yml 4cc77930d9 Feature: add Logstash-Forwarder as agent před 8 roky

README.md

This a end-to-end log centralizer powered by the ELK stask.

Embedded containers

  1. Filebeat - An agent to poll logs
  2. Logstash-Forwarder - An other agent to poll logs
  3. Logstash - The collector / analyzer / parser solution
  4. Kafka - The queueing solution for logs
  5. ZooKeeper - The cluster on which Kafka is running
  6. ElasticSearch - The indexing engine
  7. Kibana - The visualization / dashboard tool for ElasticSearch
  8. Kafka Manager - The Kafka cluster web manager

How it works

There are 2 agent types :

  • Filebeat
  • Logstash-Forward

These agents push logs to a Logstasth shipper filling a Kafka queue (one type of log for one topic). A Logstash indexer polls the Kafka topics indexing logs into a ElasticSearch.

A short schema :

Agent -> Logstach shipper -> Kafka <- Logstash indexer -> ElasticSearch

Tools access

Kibana is available at http://localhost:5601. Kafka Manager is available at http://localhost:9000