Groupby source log

When performing a search I frequently search across multiple firewall logs and use the group by option to look at high frequency sources. Today I was wanting the get a count for the number of records for each source log. For example how many failed logon attempts were made to each specific firewall. We have each firewall reporting into a different log source. So, is there a way to groupby the log sources?

thanks,
andy

Yes you can use groupby(#log)calculate(count)limit(100)timeslice(1h)

see here for some tips Dashboard\Query Events per log - #4 by david_smith

David

Perfect, thank you!