Hi! I have this trigger:
that monitors failed login on server. It works, but I need to tell the trigger to alert me when there are e.g. 5 attempts in 3 minutes. I tried this {HOST:eventlog[Security,,,,4625,,skip].count(3m,"4625",regexp)}>=5 but it does not work. How can I fix it? What am I doing wrong? I thank You all in advance. Have a nice day, Sara
| {HOST:eventlog[Security,,,,4625,,skip].logeventid(4625)}=1 |
Comment