I'm trying to find points in time where a consecutive event happens 5 times in a row.
I currently have this query:
partner_id=9991| streamstats count BY timeout reset_on_change=true | table timeout, count, _time
But it shows both timeout combinations and their increasing count.
↧