_msearch request when showing/hiding labels in visualizations #28112
Labels
bug
Fixes for quality problems that affect the customer experience
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 6.5
Describe the bug:
When opening/hiding the labels on a visualization an _msearch request for the visualization occurs. This request doesn't match the time range for the other visualizations on the dashboard so it's now out of sync from the rest of the dashboard. It really doesn't need to make this request in the first place as it already knows all the data it displayed
Steps to reproduce:
Expected behavior:
Only request data when the user asks for new data. A common thing to do was to show the labels for the display. It used to make sense before 6.x versions because it would show you what you are currently looking at. But now it requests new data potentially changing our display and the user wondering how did I start with 3 pie slices and end up with 5 just by showing the labels.
Related to: #18668, #27440, #27478
The text was updated successfully, but these errors were encountered: