Open jcapote22 opened 3 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.
Name and Version
bitnami/grafana-operator 4.6.3
What architecture are you using?
None
What steps will reproduce the bug?
Use the Grafana Operator chart version 4.6.3 with the default image configuration (Grafana 11.2.0).
Import dashboards from an older Grafana version (8.5.27) that use Elasticsearch as a datasource.
Try to view data in the dashboard panels.
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.
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.