about summary refs log tree commit diff
path: root/tools/grafana
diff options
context:
space:
mode:
Diffstat (limited to 'tools/grafana')
-rw-r--r--tools/grafana/values.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/grafana/values.yaml b/tools/grafana/values.yaml
index 2e19714..3d9f8c6 100644
--- a/tools/grafana/values.yaml
+++ b/tools/grafana/values.yaml
@@ -40,3 +40,10 @@ grafana:
           access: proxy
           url: http://prometheus-server.monitoring.svc.cluster.local
           isDefault: true
+        - name: Elasticsearch
+          type: elasticsearch
+          access: proxy
+          url: http://elasticsearch-master.monitoring.svc.cluster.local:9200
+          jsonData:
+            esVersion: 7
+            timeField: "@timestamp"