|
|
há 8 anos atrás | |
|---|---|---|
| elasticsearch | há 8 anos atrás | |
| filebeat | há 8 anos atrás | |
| kibana | há 8 anos atrás | |
| logstash | há 8 anos atrás | |
| logstash-forwarder | há 8 anos atrás | |
| rsyslog | há 8 anos atrás | |
| .env | há 8 anos atrás | |
| .gitignore | há 8 anos atrás | |
| README.md | há 8 anos atrás | |
| docker-compose.yml | há 8 anos atrás |
This a end-to-end log centralizer powered by the ELK stask.
There are 2 agent types :
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 :
Agent -> Logstach shipper -> Kafka <- Logstash indexer -> ElasticSearch
Kibana is available at http://localhost:5601. Kafka Manager is available at http://localhost:9000