Create Panel from Table with regex results

Hello Guys!

Is it possible to create a Stat panel indicating the number of occurrences that we have using regex on a table from SNMP Traps?

We have this table:

We would like to create a Stat Panel with the number of udp_flood_dos occurrences, as shown on the table, we are using Grafana 7.1.5. The info from the table comes from a SNMP Trap from Zabbix.

Thanks for the help!

Does every entry say “udp_flood_dos”? if not then you could the filter data by name Transformation, and then use the count calculation inside the stat panel:

first:

then: