You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM kibana_sample_data_ecommerce
| STATS price = SUM(taxful_total_price) BY day = BUCKET(order_date,1 DAY)
| INLINESTATS days = TOP(day, 10, "ASC")
results in
[esql] > Unexpected error from Elasticsearch: illegal_state_exception - Found 1 problem
line 3:5: Plan [ProjectExec[[price{r}#1229, day{r}#1226, days{r}#1233]]] optimized incorrectly due to missing references [price{r}#1229]
Elasticsearch Version
main
Installed Plugins
No response
Java Version
n/a
OS Version
n/a
Problem Description
results in
I expected output like
Steps to Reproduce
see above
Logs (if relevant)
No response
The text was updated successfully, but these errors were encountered: