Reproducing old grafana alerting from v8.2.6 on v.9.07

I have been using Alerts in Grafana in the v8.2.6 where alerting was quite understandable now I have no idea how to use them

That’s the query I have been using

SELECT DATE_TRUNC(‘hour’, time_) as time,
COUNT(*) AS “Number of errors”
CONCAT(’ id: ', id, ’ ', error_message) as “message”
from inner_query
group by 1
order by 1

I have made an alert as follows:

This solution is not perfect, some of the information I got on slack are not grouped but it is good enough and I would like to recreate the same alert in new alerting system