-
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
[ES|QL] Heatmap color bands not synchronized with the legend always #172665
Comments
Pinging @elastic/kibana-visualizations (Team:Visualizations) |
@dej611 let me try! |
No Marco unfortunately is something else :( |
We know why it happens. The ES|QL queries with limit can return different results in every render. This happens when the user hasn't added a sort command. In that case by toggling the percent / values tabs the expression re- runs and different results are rendered. We have addressed our concerns to ES and we think that the rows should be sorted by default. We are still in discussions. With that being said we could also improve the behavior in the Lens side with expression caching or other techniques but this is a quite big task. |
@stratoula I believe that the expression (at least the query part) should not rerun if I'm not changing the query itself or the time picker (even if is set to relative time ranges). Switching between two possible configurations shouldn't trigger a complete re-run of the query, if really necessary just the "color range" configuration part. |
I am closing this as it is going to be resolved when this lands #177548 so it is a duplicate |
Kibana version:
8.11 +
Describe the bug:
I can also reproduce it with logstash-* (I have a lot of data so possibly this is the key here)
Steps to reproduce:
from logstash-* | limit 10 | stats var0 = avg(bytes) by geo.dest
Expected behavior:
They should be synced.
The text was updated successfully, but these errors were encountered: