ESQL: Enable multiple INLINESTATS + remaining tests #124715
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Let's get rid of this big TODO here :)
FROM kibana_sample_data_logs | EVAL timestamp=DATE_TRUNC(5 minute, @timestamp) | INLINESTATS results = count(*) by timestamp | keep results, timestamp
Let's add a test and potentially fix it.FROM idx | EVAL ip = to_ip(host), x = to_string(host), y = to_string(host) | INLINESTATS max(id)
and re-enable the corresponding telemetry test case muted here.The text was updated successfully, but these errors were encountered: