-
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
[Time series visual builder] Out of sync with other dashboard visualizations #11233
Comments
cc: @skearns64 @tbragin |
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 |
@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. |
@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. |
@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. |
It's related to this: #14208 |
This should be solved nowadays with the fix for #14208, closing this. |
As you can se in the below gif, time series visual builder charts do not update in sync with other visualizations.
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.
Dashboard with TSVB, Timelion and a line chart visualization
Dashboard with Timelion and a line chart visualization
Dashboard with a line chart visualization
The text was updated successfully, but these errors were encountered: