Zabbix query question

I have a dashboard in grafana, which pulls all the warnings from my zabbix triggers, but I need it to be all except one. In query, on the groups tab, how can I remove just that group on this dashboard?

Hello Arthur

You can use regex in your filter. Either placing all the groups you need, or using a lookahead method aimed at Golang.