hello guys
here is my result of search.
the result is divided by time ( second) and i want to change this format from second to minute ?
how should i act ?
| bin span=1m timebefore the stats
Try putting the bin before the stats
| bin span=1m time
| stats ...as I said