|
|
hace 8 años | |
|---|---|---|
| elasticsearch | hace 8 años | |
| filebeat | hace 8 años | |
| kibana | hace 8 años | |
| logstash | hace 8 años | |
| logstash-forwarder | hace 8 años | |
| .env | hace 8 años | |
| .gitignore | hace 8 años | |
| README.md | hace 8 años | |
| docker-compose.yml | hace 8 años |
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