-
What Grafana version and what operating system are you using?
Grafana v9.4.7, using Grafana helm chart
helm-charts/charts/grafana/values.yaml at main · grafana/helm-charts · GitHub -
What are you trying to achieve?
Configure clickhouse data source -
How are you trying to achieve it?
Using clickhouse config in helm chart values
ClickHouse plugin for Grafana | Grafana Labs -
What happened?
The clickhouse data source is provisioned but the server address is empty -
What did you expect to happen?
Server address field of data source to be filled in with value provided -
Can you copy/paste the configuration(s) that you are having problems with?
below values
- name: clickhouse
type: grafana-clickhouse-datasource
editable: true
jsonData:
host: host.env.local
port: 8123
protocol: http
username: user
tlsSkipVerify: false
secureJsonData:
password: pass
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No errors -
Did you follow any online instructions? If so, what is the URL?
Followed this doc - ClickHouse plugin for Grafana | Grafana Labs