-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Clicking the search button in dashboard no longer forces refresh #23329
Comments
I'm guessing this is only if there are no changes from the previous search? So if you added in a filter and then clicked search, it would refresh? |
@stacey-gammon That's correct, I'll update the PR description. |
If you have a saved search on the dashboard, the loading bar shows up. But without a saved search, it doesn't show any indication of refresh. |
I'm not sure if #23704 from @Bargs should've fixed this issue, but it still exists in v6.5.0. Will #25563 address the non-functional refresh button? JFYI Kibana version: 6.5.0 |
As far as I can tell, this issue is unrelated to the query bar itself so I wouldn't expect #23704 or #25563 to fix it. The query bar's onSubmit callback is firing correctly. The refresh method on dashboard's scope is executed, calling |
When the button says "Refresh" it never works for me. It only works when it says "Update" (when you modify the query). I am using Kibana OSS v6.5.1. I do not see a single network call on Firefox when clicking the Refresh button. It does nothing. I've found that the Refresh button works on Discover and Visualize, the problem is when you are on a Dashboard. |
Can confirm this issue is also present in Elastic Cloud hosted clusters, We are experiencing it on 6.5.1 |
It also appears that auto refresh is no longer refreshing on the specified interval. Tested in Kibana Basic X-Pack 6.4.2 and Kibana Platinum X-Pack 6.5.0 |
@linuxcomputergeek I believe that was fixed in #26088 |
@lukasolson same happens for me in slightly different context and versions: |
Assuming this was introduced in #19172. |
@stacey-gammon any ETA on when this will be backported to version 6.4 ? |
same here! |
As of 6.4.0, when you create a dashboard, clicking on the search button no longer forces a refresh (when you haven't updated the query). It does in Visualize and Discover, and should in Dashboard as well.
/cc @elastic/kibana-app
The text was updated successfully, but these errors were encountered: