bitnami / charts

Bitnami Helm Charts
https://bitnami.com
Other
9.01k stars 9.22k forks source link

[bitnami/grafana-operator] Compatibility Issue with Elasticsearch Dashboards on Grafana Operator version 4.6.3 and Grafana 11.2.0 #30193

Open jcapote22 opened 3 days ago

jcapote22 commented 3 days ago

Name and Version

bitnami/grafana-operator 4.6.3

What architecture are you using?

None

What steps will reproduce the bug?

  1. Use the Grafana Operator chart version 4.6.3 with the default image configuration (Grafana 11.2.0).

  2. Import dashboards from an older Grafana version (8.5.27) that use Elasticsearch as a datasource.

  3. Try to view data in the dashboard panels.

image

Are you using any custom parameters or values?

`commonLabels: | "grafana": "default" global: imagePullSecrets:

What is the expected behavior?

The dashboards should display data from Elasticsearch in the panels when running Grafana 11.2.0, as they do in version 8.5.27.

image

What do you see instead?

Dashboards do not display Elasticsearch data in the panels, even though the datasource connection test is successful.

Additional information

I'm using version 4.6.3 of the Bitnami Grafana Operator chart and have imported dashboards from an older Grafana instance that used the 8.5.27 image. The dashboards with Elasticsearch as a datasource are not displaying the panels correctly in this new setup, although the datasource test shows data is being received.

javsalgar commented 2 days ago

Hi,

Do the Grafana logs show anything meaningful? If not, it seems to me may not be related with the Bitnami packaging for Grafana but with Grafana itself. In this sense, I would try conctacting the upstream Grafana devs.