Displaying Number of Errors

Show the number of errors in a system by counting them:

logscale
loglevel = /error/i
| count()

This query produces a single result with a field _count. The Single Value widget will automatically select the first numeric field it sees and use it as the value to display.