elastic / kibana

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

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

Open stratoula opened 3 months ago

stratoula commented 3 months 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 3 months ago

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

stratoula commented 3 months ago

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