Hello,
I am gathering windows event logs for my application and filter on a pattern like "Unsuccessful login attempts".
With a preprocessing, the item stores a list of failed attemps. Item value is the login name.
What would be the formular to do a count of failed login attempt for each logins and raise a trigger when it is above 3 on a 15 minutes period?
It is some kind of aggregation, but based on item value and not item name.
Regards,
Olivier
I am gathering windows event logs for my application and filter on a pattern like "Unsuccessful login attempts".
With a preprocessing, the item stores a list of failed attemps. Item value is the login name.
| 2024-01-30 15:07:50 | user1 |
| 2024-01-30 15:03:50 | user2 |
| 2024-01-30 15:02:50 | user1 |
| 2024-01-30 14:58:50 | user1 |
| 2024-01-30 14:34:50 | user1 |
| 2024-01-30 14:28:50 | user1 |
What would be the formular to do a count of failed login attempt for each logins and raise a trigger when it is above 3 on a 15 minutes period?
It is some kind of aggregation, but based on item value and not item name.
Regards,
Olivier
Comment