I would like to be able to get the logs from all Python processes as well as Nginx into a single datastore that is then searchable via a nice, snappy UI. I would also like to get some basic statistics and analytics from the logs (like visitor count, view count per page, errors), since I do not run client-side analytics on the pages.
I tried installing graylog and opensearch but gave up because it seemed too much for my simple needs and after I pushed through the installation following the official docs, something didn't work and I couldn't figure out why (graylog couldn't talk to opensearch or sth, it was a while ago and I forgot already, forgive me).
Are there any simpler tools out there that I'm missing, or is graylog the right tool for the job and I just need to suck it up and wrap my head around it?