-
Notifications
You must be signed in to change notification settings - Fork 906
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
[BUG] Filters stored in saved search are not loaded #8339
Comments
Same problem here. Host/Environment (please complete the following information):
|
I am seeing this as well on 2.17.0 - Viewing the document in the .kibana index shows that it is saved with the query filters in place. Tested on a 2.16.0 opensearch-dashboards pointed at the same cluster and did not see any issues. |
Also experienceing the same. TO add to this when exporting the saved object the filter is saved in the object. |
Thanks a lot for filing, this is quite severe. Already the 2nd major issue for my users after the date wrap disaster #8441. My user base is growingly frustrated with the UI changes or experience. I exported the saved object search, re-applied the filters in Dashboards v2.17 and save it. |
Just tested the usage of Dashboards v2.16 with OpenSearch v2.17. It works, filters in saved search were properly applied. |
We also downgraded Dashboards to v2.16 on Opensearch 2.17 code base. |
Thanks for bringing this up. The above PR should fix the issues with filters. |
Could you please backport the PR to 2.x, so that we can apply it and build the packages? |
Sure. |
I tested OpenSearch Dashboards 2.18.0 with OpenSearch 2.17.0. It seems to be gone. I repackaged it as 2.17.9 for my experiment. Going to let my users work with it for a week before fully upgrading to 2.18. |
Hi folks, The fix for this issue has been adressed in this PR #8689 which has already been merged into main. Using |
can we have a new build for the Docker tag 2.17.1 then? |
Same here, this is annoying, especially because the 2.17 is on AWS already ... |
Is this in 2.17.1? We're still seeing the bug in that version. |
@joneswac |
Are there any plans to backport this to 2.17.x? That's the latest version available on AWS... |
I asked AWS support and they told me that they are sorry, but the fix will come with the next version (2.18 or so). (We used to be a big customer of theirs). I've been waiting for a couple of months to migrate from 2.15 to 2.17. And now, 2.17 is bugged. We'll have to wait for a few months as well? Do they even have non regression tests of the software they provide to the customers?! |
Describe the bug
After upgrading to 2.17 none of my saved searches load the previously saved filters. When I inspect the object, the filters are still stored there, but do not load. I do not see any errors in the browser console. I have cleared browser cache and tried the latest Chrome, Edge, and Firefox browsers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When a search is saved, all of the configured filters are saved along with it.
OpenSearch Version
2.17
Dashboards Version
2.17
Plugins
kibana-enhanced-table
Screenshots
N/A
Host/Environment (please complete the following information):
Additional context
Potentially related issues:
#7677
#8338
The text was updated successfully, but these errors were encountered: