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 :