diff options
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index c98c428..8a62712 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -42,10 +42,8 @@ grafana: access: proxy url: http://prometheus-server.monitoring.svc.cluster.local isDefault: true - - name: Elasticsearch - type: elasticsearch + - name: Loki + type: loki + url: http://loki:3100 access: proxy - url: http://elasticsearch-master.monitoring.svc.cluster.local:9200 - jsonData: - esVersion: 7 - timeField: "@timestamp" + isDefault: true |