Max,
What you need to do is Sum your "a" field which contains your count of updates per message. Your query would look something link this:
_sourceCategory=my_logs
| parse "* updates are security updates." as a
| sum(a) as total_updates
Hope this helps.
Cheers,
Mario
Comments
1 comment