diff options
Diffstat (limited to '')
-rw-r--r-- | tools/grafana/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml index f8b2a76..c72ed53 100644 --- a/tools/grafana/values.yaml +++ b/tools/grafana/values.yaml @@ -48,7 +48,7 @@ grafana: isDefault: true - name: Elasticsearch type: elasticsearch - url: http://log-storage-es-http.monitoring.svc.cluster.local:9200 + url: https://log-storage-es-http.monitoring.svc.cluster.local:9200 access: proxy jsonData: timeField: "@timestamp" |