by Guest
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.
Replies (1)
by magesh
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