-
Notifications
You must be signed in to change notification settings - Fork 22
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
ad hoc filters not applied to raw_data queries #224
Comments
Hi @gulecroc, thanks for reporting this issue. I can reproduce the issues.
Clicking on the value should show a list of populated possible values. It shows "No Options found" (Seems to be current version and also v2.6.2) In the meantime you can roll back to v2.6.2 of the plugin and it should work again. |
Hi @fridgepoet , thank you for your reply. I create an elasticsearch datasource with opensearch URL and it works. |
Thanks @gulecroc, on any previous version of the opensearch plugin, were you ever able to show the values from adding the filters? |
We are migrating from opendistro (we used elasticsearch datasource) to opensearch (with opensearch datasource), so I don't kown if it works previously on opensearch datasource plugin |
Thanks again @gulecroc. From my investigation, I think the values were not showing in any previous plugin version either. I propose that this issue deal with "when adding filter from the table value (clic on button "+" to add the key/value filter), the table is not filtered." Then I think we can open another issue to deal with "when adding filter from the ad hoc filter on the top, there is no value." The workaround for that is to simply write in the value you want. We will work on populating the list with the possible values in another PR. |
I @fridgepoet , sorry for the delay I was on vacation. |
no worries @gulecroc, hope you had a nice vacation! thanks so much for reporting issues! |
What happened:
Use a table with raw data.
When adding a filter from ad hoc filter, the table must filter lines.
Or when adding a filter from the table (clic on button "+" to add the key/value as an ad hoc filter).
I have 2 problems :
What you expected to happen:
The table content is filtered with ad hoc filter.
How to reproduce it (as minimally and precisely as possible):
Create opensearch data :
Add grafana opensearch datasource from this index.
Create a simple dashboard with table and raw data :
Select on the button "+" near a table line value to create the ad hoc filter.
Anything else we need to know?:
This bug was introduced in v2.7.0
Environment:
The text was updated successfully, but these errors were encountered: