The following Splunk query will show the number of vulnerabilities detected all severities and all types within the Qualys Sourcetype:
eventtype="qualys_vm_detection_event" STATUS="NEW" | dedup QID |stats count by SEVERITY
I take no credit for this. These queries were discovered on Tarun Kumar’s blog.