mirror of
https://github.com/Febbweiss/docker-log-centralizer.git
synced 2026-03-04 22:35:36 +00:00
Complete README with logs generators
This commit is contained in:
@@ -10,6 +10,8 @@ Embedded containers
|
|||||||
6. [ElasticSearch](https://www.elastic.co/products/elasticsearch) - The indexing engine
|
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
|
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
|
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
|
How it works
|
||||||
-
|
-
|
||||||
@@ -18,7 +20,7 @@ There are 2 agent types :
|
|||||||
- Filebeat
|
- Filebeat
|
||||||
- Logstash-Forward
|
- 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 Logstash indexer polls the Kafka topics indexing logs into a ElasticSearch.
|
||||||
|
|
||||||
A short schema :
|
A short schema :
|
||||||
|
|||||||
Reference in New Issue
Block a user