PTF.EventlogReader
This is now possible with new Custom Sensor PTF.EventlogReader.
This sensor gets the value of the most recent entry for the given eventlog and source, taking the following parameters:
-c= The ip-address or hostname of the computer hosting the eventlog.
-e= The name of the eventlog.
-s= The name of the eventlog source.
-u= Optional, Domain\Username of a user account that can access the (remote) eventlog.
-p= Optional, Password or PassHash * of a user account that can access the (remote) eventlog.
-m= Optional, the maximum time in minutes a result is allowed to be old.
default = 1 day (1440 minutes)
PTF.EventlogReader returns the event ID and message for the found log entry.
The sensor can be downloaded from this page.
Add comment