Open stratoula opened 1 week ago
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)
Pinging @elastic/kibana-esql (Team:ESQL)
Any changes in the time range filter can result in a different time interval for ES|QL histogram. So it's not only when brushing but also for manual updates.
Change the attributes of the histogram to give the name in the x axis instead of the column. So the esql query will always have the same column name but the vis attributes will change depending on the interval.
I think this solution would be the best.
Describe the feature:
In Discover we are computing the interval based on the timepicker. And we rename the column with this intgerval in the name. Although this PR improves the experience a lot https://github.com/elastic/kibana/pull/197453 it doesnt solve it for the brushing. The reason is because different interval means different column name which means that the suggestions will re run.
We could fix it with 2 ways?