Kibana: Clicking the search button in dashboard no longer forces refresh

Created on 19 Sep 2018  路  16Comments  路  Source: elastic/kibana

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.

bad

/cc @elastic/kibana-app

Dashboard PR sent KibanaApp bug regression

Most helpful comment

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 have tried Chrome too, same result.

I've found that the Refresh button works on Discover and Visualize, the problem is when you are on a Dashboard.

All 16 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
Elasticsearch version: 6.5.0
Server OS version: Ubuntu 16.04.5 LTS
Browser version: Google Chrome 70.0.3538.102
Browser OS version: macOS 10.14.1 (18B75)

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 courier.fetch, but no search request it sent. I haven't debugged further than that, but it seems like a change to dashboard or courier must have broken something.

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 have tried Chrome too, same result.

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 https://github.com/elastic/kibana/pull/26088

@lukasolson same happens for me in slightly different context and versions:
https://github.com/elastic/kibana/issues/27042

@TheBronx, do you have exactly the same issue as https://github.com/elastic/kibana/issues/27042 ?

@TheBronx, do you have exactly the same issue as #27042 ?

Yes. I've updated Kibana 6.5.1 OSS to v6.5.2 Standard and the bug is still present. Behavior is the same as #27042

Assuming this was introduced in https://github.com/elastic/kibana/pull/19172.

@stacey-gammon any ETA on when this will be backported to version 6.4 ?

It won't be @aditragh - https://github.com/elastic/kibana/pull/26088 is tagged as 6.5.2. We won't backport to 6.4.

same here!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

socialmineruser1 picture socialmineruser1  路  3Comments

timmolter picture timmolter  路  3Comments

MaartenUreel picture MaartenUreel  路  3Comments

bhavyarm picture bhavyarm  路  3Comments

bradvido picture bradvido  路  3Comments