DevelOpsITU / MiniTwit

Apache License 2.0
4 stars 1 forks source link

Centralized logging design decision #125

Open Thomsen96 opened 2 years ago

Thomsen96 commented 2 years ago

We are starting to have many services that makes logs which we would like to correlate and have easy access to.

And currently it is quite hard to know where to find the logs of the different services.

So a solution to this issue could be to have a centralized logging service. And this issues should analyze the different services that exists, and describe how it could be setup and function.

services to consider:

Transporters:

Design structures to test:

Docker driver (Fluentd) -> local Fluent bit -> MonitoringServer Fluent bit -> Elastic search/Loki/... promtail -> local Fluent bit -> MonitoringServer Fluent bit -> Elastic search/Loki/...

Thomsen96 commented 2 years ago

Useful links: