grafana / opensearch-datasource

Apache License 2.0
25 stars 20 forks source link

Unable to get response for raw data query for elasticsearch configuration in opensearch #414

Closed jishnunand closed 1 month ago

jishnunand commented 3 months ago

What happened: Opensearch not providing results when selecting raw data. I have connected my opensearch with elastic server and trying to get data using raw Data in Metric. Same Raw data works in Elasticsearch plugin.

Getting data for metric count but not with Raw Data metric. What you expected to happen: Its should provide a response for that particular query

Environment:

WhatsApp Image 2024-07-05 at 21 52 13 WhatsApp Image 2024-07-05 at 21 52 15 WhatsApp Image 2024-07-05 at 21 52 16 WhatsApp Image 2024-07-05 at 21 55 15

njvrzm commented 3 months ago

Hello, and thanks for the report! This issue was fixed in a recent release, but in testing that I found another bug that would come up with the version of Elasticsearch you're using (see #417). I have a PR open to fix that (#415). Once that's merged I'll release a new version of the plugin and let you know here so you can update yours for the fix.

jishnunand commented 3 months ago

When can we expect the release of these changes? I have checked for release notes and not able to find any changes related to this. The PR got merged but still not new plugin release with new changes.

njvrzm commented 3 months ago

The fix has been released: https://github.com/grafana/opensearch-datasource/releases/tag/v2.17.1. Please let us know if the new version doesn't resolve your issue.