LogStream: Loki support
A
Akram Hussein
Support for connecting to self-hosted and/or cloud version of Loki via LogStreams
Log In
m
mike
This would be nice, especially since we can make our image ship logs during a graceful shutdown but they aren't all guaranteed to be shipped prior to a sigkill. Kubernetes is nice for ensuring that logs are retained and shipped after a container exits; I assume that's how the current render logs work but I can't get them to ship to grafana.
When I try to set up a "Logs HTTP" connection in grafana, it gives me a url like
https://logs-id.grafana.net/loki/api/v1/push
, and the Log streams panel here ONLY allows something like https://logs-id.grafana.net:<PORT>
. I assume the port is 80, but it doesn't allow the route segments after the port.C
Claudio
This would be fantastic!