assume we've got a number of Web API microservices, and they are written in different languages/framworks (some are ASP.NET Web API, some are NodeJS, some are Flask etc.).
I would like to log every request made to any service, and I would prefer a centralized log.
What method/tools should I use?
Regards, Daníel
There is a very famous approach called ELK:
So all the information is collected by Logstash, stored in Elasticsearch and visualised using Kibana UI.
With this stack no matters who is generating the information (or what technology is using).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With