Hi Alvianno , please try : .groupBy(*) ,
groupBy(time) is not valid in streamNodes
we need to groupby time(1m) and *
Your window is 1 minute ,
do you get the desired result if you groupBy(*) ?
If not , you must use the batch | query node … there you can group by time …
Hi Alvianno , can you mark all your problems as solved to have an idea what is still unsolved ?