...
* in log.application | countif message contains error | group by event | order by count order by countif desc
Returns the number of each event containing error in the log application in a descending order.
...
* in log.application | countif message contains error | group by event | order by count order by countif desc
Returns the number of each event containing error in the log application in a descending order.