My needs are quite typical:
- a Home Assistant that manages the life of the apartment
- about 30 docker-based services
- my own home dashboard (an SPA)
I would like to gather what these systems log in one single place where I could check them from time to time.
I do not have big needs: something that would not be elephnatesque, a connector for Home Assistant, docker logs and JavaScript (not node) and the ability to search.
The "natural" solution could be ELK (which I extensively use at work) but it is more, ultimately, a dashboarding solution (the logs are not great, though I never tried the specific log module which now that I think of it could be nice)
Grafana is another possibility, but again it seems to be oriented towards graphing.
I used to use papertrail, it was good but the free tier was very low and I would prefer to self host anyway.
What do you use?
That's 30 more docker services than most people, probably even most devs have at home.
I'm not devops-y enough to know what to do here, but this seems like the kind of thing where I would want something more to the "Enterprise" rather than "Lightweight". I'd probably want the full suite of all kinds of automated management features and dashboards and such.
I'd probably even think about building my own connector to HA before if that's what I needed to be able to use the industry standard logs platform... 30 is a lot.
Then again, I might not be the one to ask, I avoid self hosting at home pretty strongly.