Skip to content
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

[Time series visual builder] Out of sync with other dashboard visualizations #11233

Closed
alexfrancoeur opened this issue Apr 13, 2017 · 7 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@alexfrancoeur
Copy link

As you can se in the below gif, time series visual builder charts do not update in sync with other visualizations.

tsvb_load

All non-timelion / TSVB visualizations return their results in one data request for _msearch. It looks as if both TSVG and Timelion use their own requests which can result in a dashboard in which visualizations do not show the same data.

  • TSVB = api/metrics/data xhr request
  • Timelion = api/timelion/run xhr request
  • Visualization = elasticsearch/_msearch xhr request

Dashboard with TSVB, Timelion and a line chart visualization
screen shot 2017-04-13 at 1 49 52 pm

Dashboard with Timelion and a line chart visualization
screen shot 2017-04-13 at 1 50 25 pm

Dashboard with a line chart visualization
screen shot 2017-04-13 at 1 50 52 pm

@alexfrancoeur alexfrancoeur added Feature:TSVB TSVB (Time Series Visual Builder) Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience v5.4.0 labels Apr 13, 2017
@alexfrancoeur alexfrancoeur changed the title Time series visual builder out of sync with other dashboard visualizations [Time series visual builder] Out of sync with other dashboard visualizations Apr 13, 2017
@alexfrancoeur
Copy link
Author

cc: @skearns64 @tbragin

@tbragin tbragin removed the v5.4.0 label Apr 26, 2017
@simianhacker
Copy link
Member

simianhacker commented Dec 11, 2017

Do you feel like this is still a valid bug? TSVB behaves the same way as Timelion does and this also contributes to the "speed" that the users are enjoying. Personally I don't think it's a bug but more of a feature :D

@trevan
Copy link
Contributor

trevan commented Dec 11, 2017

@simianhacker, it is definitely a bug when the data in TSVB and other charts are not showing the same data. I get it every now and then (usually when I'm changing queries or timespans really quickly) and have just gotten into the habit of waiting for all the visualizations to load and then doing one more "reload" of the data to ensure that I'm looking at the same data in all visualizations.

@simianhacker
Copy link
Member

@trevan Isn't that more related to the fact that the old query is taking too long and should be canceled once the new query is issued.

@trevan
Copy link
Contributor

trevan commented Dec 11, 2017

@simianhacker, it could be. I haven't really debugged why I see the cases. Sometimes, it appears that one of the systems (TSVB or vis) just doesn't see the same query or ignores the new query. I haven't yet updated to the latest Kibana so I'm hoping this "out-of-sync" data is fixed with some of the new changes.

@shaharmor
Copy link
Contributor

It's related to this: #14208
Maybe we can show a small loading gif on each panel so users will know it's not the correct data yet. I think Kibana core uses a different color for vis that are loading

@timroes timroes added Team:Visualizations Visualization editors, elastic-charts and infrastructure and removed Feature:Visualizations Generic visualization features (in case no more specific feature label is available) labels Sep 16, 2018
@simianhacker simianhacker removed their assignment Feb 13, 2019
@timroes
Copy link
Contributor

timroes commented Aug 20, 2020

This should be solved nowadays with the fix for #14208, closing this.

@timroes timroes closed this as completed Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
Development

No branches or pull requests

6 participants