loki fixes
This commit is contained in:
@@ -46,16 +46,16 @@ config:
|
|||||||
[OUTPUT]
|
[OUTPUT]
|
||||||
Name loki
|
Name loki
|
||||||
Match kube.*
|
Match kube.*
|
||||||
Host loki-gateway.monitoring.svc.cluster.local
|
Host loki.monitoring.svc.cluster.local
|
||||||
Port 80
|
Port 3100
|
||||||
Labels job=fluent-bit
|
Labels job=fluent-bit
|
||||||
Line_Format json
|
Line_Format json
|
||||||
|
|
||||||
[OUTPUT]
|
[OUTPUT]
|
||||||
Name loki
|
Name loki
|
||||||
Match host.*
|
Match host.*
|
||||||
Host loki-gateway.monitoring.svc.cluster.local
|
Host loki.monitoring.svc.cluster.local
|
||||||
Port 80
|
Port 3100
|
||||||
Labels job=fluent-bit-systemd
|
Labels job=fluent-bit-systemd
|
||||||
Line_Format json
|
Line_Format json
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ datasources:
|
|||||||
isDefault: true
|
isDefault: true
|
||||||
- name: Loki
|
- name: Loki
|
||||||
type: loki
|
type: loki
|
||||||
url: http://loki-gateway.monitoring.svc.cluster.local
|
url: http://loki.monitoring.svc.cluster.local:3100
|
||||||
access: proxy
|
access: proxy
|
||||||
dashboardProviders:
|
dashboardProviders:
|
||||||
dashboardproviders.yaml:
|
dashboardproviders.yaml:
|
||||||
|
|||||||
Reference in New Issue
Block a user