System Log Event ID

(imported topic written by tazmir91)

Hi, I’m trying to create a property that will provide a number of how many times an event (e.g. 2022) exits in the system log. I found the following relevance on the Forum, but unable to customize it.

Forum

number of records whose (source of it as lowercase = “bugcheck”) of system event log

Customized

number of records whose (event id of it = “2022”) of system event log

Can you please help.

(imported comment written by SystemAdmin)

That is probably just a casting issue. Try the following:

number of records whose (event id of it as string = “2022”) of system event log