When excluding values on a specific alarm we can deal with details where the name might not be very standard and a part of a job name or a service name for example may vary.
You can use the following wildcards when specifying values to ignore:
* Represents any string including the null string.
? Represents any single character.
[] Matches any one of the enclosed characters. A pair of characters separated by "–" matches any character lexically between the pair.
For example, type "Database*" in the value field to ignore a series of databases named "Database01" through to "Database99".