Can I use Macros in triggers?
I recently discovered the {event.id} macro, which apparently contains the ID of a windows event log item. I can't find any other way to reference the event ID inside a trigger, so I was hoping to use this macro.
When I put in the macro as-is, it gives me an error saying "Incorrect trigger expression. [ ... &({event.id}=108)]" (108 is the event id I'm searching for.)
Is it possible to use Macros like this inside a trigger? If not, is there any other way to reference an Event ID in a trigger?
I recently discovered the {event.id} macro, which apparently contains the ID of a windows event log item. I can't find any other way to reference the event ID inside a trigger, so I was hoping to use this macro.
When I put in the macro as-is, it gives me an error saying "Incorrect trigger expression. [ ... &({event.id}=108)]" (108 is the event id I'm searching for.)
Is it possible to use Macros like this inside a trigger? If not, is there any other way to reference an Event ID in a trigger?
Comment