Alerting Conditions

Here is an example from another question and here is an example from my local Grafana:

In your case, you would have one query and the where clause would look something like this:

 WHERE "host" =~ /dexxxxx*/

There are only a few sentences on regular expressions in the InfluxDB documentation.