At the company where I work, we have a requirement of https communication between environments. Therefore, I need to stream logs from promtail to loki via https.
clients:
- url: http://:3100/loki/api/v1/push
That’s the only url I know for the loki API. Is here an https option?