Hello Thwack family,
I need an answer to a this question, Can I create views/ dashboards from SNMP traps received from a device ?
Here is a query you can use and the instructions on how to make a report are in the link. This query will pull in the most recent 100 traps, adjust it as needed.
https://thwack.solarwinds.com/product-forums/network-performance-monitor-npm/f/forum/95393/how-to-create-a-report-from-a-swql-query
SELECT TOP 100 TOLOCAL(DateTime) AS LocalDateTime, IPAddress, Hostname, Message, Community, ObservationSeverity AS SeverityFROM Orion.TrapsOrder by DateTime DESC
There is a table you can access via SWQL named Orion.Traps
Yes you can create views of the traps that are received from that table.