Complete README with logs generators

This commit is contained in:
Febbweiss
2017-03-17 16:19:04 +01:00
parent 63a33b97e9
commit 4d616c31a8

View File

@@ -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 :