2fanDEV / showcase_microservice_application_security

This is a microservice application which intends to implement most, if not all of the security rules mentioned in the paper "Towards a Security Benchmark for the Architectural Design of Microservice Applications"
2 stars 0 forks source link

implement elasticsearch, kibana and logstash for logging metrics #3

Open 2fanDEV opened 1 year ago

2fanDEV commented 1 year ago

all the logging data is stored at the logging service after each service transmits their log files every 5 minutes to the logging service

after retrieving the logging data, the logging service should send the content of these files to the ELK stack