Show us 5 sample events and a mockup of your desired output.
I am not sure what you are looking for but assuming you are looking for the value 5. You could do a regex on that field first maybe.
| rex field=_raw "count: (?<timerCount>\d+)"
With that you can then check: timerCount > 5