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.
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.