-
What Grafana version and what operating system are you using?
Dockerized
grafana/grafana:11.1.4
-
What are you trying to achieve?
I want to use
grafana-opensearch-datasource
and display data on a dashboard. (opensearch 2.16.0) -
How are you trying to achieve it?
I tested to query the data in
explore
- without any issues.The raw data is also shown as expected
-
What happened?
But when I try to add it to a dashboard - it does not show any data.
As I had issues with time-formats before, when using Loki as datasource - I checked the data type of my time field, but was also not able to convert it:
-
What did you expect to happen?
Seeing the exact same graph, but as time-series inside a dashboard.
-
Can you copy/paste the configuration(s) that you are having problems with?
Default config with the data source.
The container stack: GitHub - O-X-L/dmarc-analyzer: Dockerized DMARC Analyzer
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?
Searched for solutions for a few hours… But without finding any solution.
I guess it might a easy fix. But I’m out of ideas for now