elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[ES|QL] Support inline stats in autocomplete and client side validation #189356

Open stratoula opened 1 month ago

stratoula commented 1 month ago

Describe the feature:

The much anticipated INLINESTATS command got merged in ES https://github.com/elastic/elasticsearch/pull/109583 . It works ONLY on snapshot builds so I am marking this issue as blocked. At least the autocomplete should be done after we release it in tech preview.

The inlinestats works exactly as stats so I think it will be an easy addition to our system. The only difference is the output as stats doesnt return only the aggregated columns but these columns + anything that was available in the previous pipe. So the changes are mostly on the columns available in the next pipe.

elasticmachine commented 1 month ago

Pinging @elastic/kibana-esql (Team:ESQL)

stratoula commented 1 month ago

Client side validation is done, autocomplete is blocked until inlinestats is on regular releases