I'm starting to build a few small apis using nestjs. Winston will probably be used to ease log rules, log rotation etc. But I would like to centralize everything my instances log, So no matter if I have 3 instances of api A or 10 instances of api B running, everything regarding logs can be visualized in a central place.
I would like to use some solution easier to setup and deploy then elastic stack. I love elastic but I want to focus in other stuff atm, not able to deal with it in the next few months.
So what do you guys recommend me? 😄