Darkbrains
Darkbrains
I have the same problem, on Android device have same issue but on IOS it is working.
But same templating working for Alertmanager with Slack integration, for all devices. When using Grafana alerting system then it working only for Desktop version and for iOS, for Android device...
Its working for me. I'm using loki-distributed helm chart. Just in case if you are using gateway instead of ingress, you must configure loki datasource url as gateway service url....
Example helm ovveride values.yaml configuration with AWS EKS + ELB ``` loki: server: http_listen_port: 3100 config: | auth_enabled: false server: {{- toYaml .Values.loki.server | nindent 6 }} common: compactor_address: http://{{...
In case when you are using Gateway just disable ingress and enable gateway and in the Grafana configure the datasource like this: `URL: http://loki-distributed-gateway..svc.cluster.local`
This configurations is working for me until now.
Its working for me. I'm using loki-distributed helm chart. Just in case if you are using gateway instead of ingress, you must configure loki datasource url as gateway service url....
Example helm ovveride values.yaml configuration with AWS EKS + ELB ``` loki: server: http_listen_port: 3100 config: | auth_enabled: false server: {{- toYaml .Values.loki.server | nindent 6 }} common: compactor_address: http://{{...
In case when you are using Gateway just disable ingress and enable gateway and in the Grafana configure the datasource like this: `URL: http://loki-distributed-gateway..svc.cluster.local`