Go to All Forums

Creating Alerts for All Error and Critical Windows Event Log

Hi!,

Can I create a check which send alerts for any Error or critical event Logs? I want every time I had a error or critical it will send me and alert. No specific Event or ID.

 

 

Like (1) Reply
Replies (1)

Hi,

You can achieve this with AppLogs.
Navigate to Admin > AppLogs > Log Profile > Add Log Profile. Choose the log type as Windows Event Log and use the below query to create a AppLogs Alert. You will be notified whenever errors/critical events are captured in Windows Event Logs.

logtype="Windows Event Log" and level in("Error","Critical")

 

Regards,

Magesh Rajan

Like (0) Reply

Was this post helpful?