Currently Grafana Loki is not supported. It would be great if you can add support for a generic HTTPS endpoint so we can build (the users) a custom collector.
The endpoint could receive a standard Bearer Token for auth and get a JSON payload. It should be pretty straightforward to implement in your side.
I need this to get the load balancer logs so I can get detailed stats regarding our endpoints (the app logs are already being send by Grafana Alloy running inside the docker container).
Having support for generic HTTPS endpoints will allow us build custom collectors that can be hosted on Render. The only custom solution I've found so far is to build a generic collector (with SSL certificates) on AWS EC2 which defeats the purpose of simplifying our infra..
Thanks,