-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wildcard in index no longer works (used to) but specifying the index name works #500
Comments
Hi @julsssark ! Thanks for bug report, I've reproduced it and I'll move it to next for one of us to look at soon. We've recently refactored the health check, and we must have missed this case. The queries should still work if they used to, sorry for the inconvenience. For whoever works on it: for the index |
@iwysiu Thanks for taking a look and confirming my bug report. I really like Grafana and I am happy to help out. |
Same issue using Graylog with AWS Elasticsearch It was working before. We recently upgraded Grafana from 11 to 11.3, and I'm pretty sure that was the trigger for this issue. |
Hi @julsssark and @yakir-shriker ! I just cut a release that reverts the health check code for now https://github.com/grafana/opensearch-datasource/releases/tag/v2.21.4 |
Thank you @iwysiu! I can confirm that plugin 2.21.4 fixes the issue for me. I now can use the wildcard and "Save & Test" no longer generates an error. |
What happened:
Plug-in connected to a Graylog OpenSearch database and was working fine for months. The index field in the connection settings used a wildcard: opnsense_* . Now, when I click "Save & test" in the settings, an "Index not found: opnsense_*" error message is generated. If I change the index to "opnsense_8" (or any other valid index number) everything works fine.
What you expected to happen:
Using a wildcard for the index name does not generate an error on save and would allow for queries across all indexes that match the wildcard pattern.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Running into the same error on another OpenSearch connection using a different index (also to Graylog)
Upgraded plug in to 2.21.3 and still see the same issue.
Environment:
The text was updated successfully, but these errors were encountered: