I’ve been looking into a centralized logging solution for my home network and such. I looked into grafana+loki, but it seems very complex, and I couldn’t seem to get it working.
I don’t need anything overly fancy, I just want centralized logging and maybe metrics that I can access from a webui, preferably on the simpler side and with a decent docker(-compose) example.
Did you check out the Loki Docker plugin for the daemon? That worked like a charm for me.
Promtail will grab host level logs as well.
DM if you’re comfortable with Ansible; I have the whole stack (host + Docker services) automated and can share.