From 4d616c31a8037e6435a15f1f85905652486ed333 Mon Sep 17 00:00:00 2001 From: Febbweiss Date: Fri, 17 Mar 2017 16:19:04 +0100 Subject: [PATCH] Complete README with logs generators --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e366c3..95e478c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Embedded containers 6. [ElasticSearch](https://www.elastic.co/products/elasticsearch) - The indexing engine 7. [Kibana](https://www.elastic.co/products/kibana) - The visualization / dashboard tool for ElasticSearch 8. [Kafka Manager](https://github.com/yahoo/kafka-manager) - The Kafka cluster web manager + 9. [Apache log generator](https://github.com/Febbweiss/docker-apache-log-generator) - A container generating fake apache logs + 10.[Random log generator](https://hub.docker.com/r/davidmccormick/random_log_generator) - A container genrating text logs (Star Wars quotes) How it works - @@ -18,7 +20,7 @@ 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). +These agents push logs (from the apache and random generators) 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 :