How to filter in kapacitor handler in match on contents of ID field?

Hello,

The question says it all, how can I filter in kapacitor handler file in the match statement on ID (alarm id) field? I tried things like:
match: changed() == TRUE AND (‘{{ .ID }}’ == ‘health’)

I am able to filter on various tags & fields contents, as well as functions like level() and changed(), but the ID field isn’t a tag (but metadata) and not a function.

Best Regards,
Menno