qiusuo-fuyuan / qiusuo-backend

0 stars 0 forks source link

QiuSuo-Logging Collector - Setup Kibana For Logging Collection #125

Open ryan-zheng-teki opened 3 years ago

ryan-zheng-teki commented 3 years ago

We will use ELK for the logging of microservices. Setting up Kibana can be followed as this.

git clone https://github.com/deviantony/docker-elk.git docker-compose up -d //run as daemon http://localhost:5601 => kibana frontend => Kibana frontend uses ElasticSearch for searching the Logs. This helps us to view the logs conveniently

microservice s4j(logback) -> kafka -> logstash -> ELK