Jul 17 2021
10:36 PM
- last edited on
Feb 01 2023
09:56 AM
by
TechCommunityAP
Jul 17 2021
10:36 PM
- last edited on
Feb 01 2023
09:56 AM
by
TechCommunityAP
I need to implement a policy that triggers an alert if the number of allowed downloads exceeded a threshold; i.e 20 files per hour. If it does, an alert is triggered and action should be applied.
I implement an alert policy to trigger this type of alert, but I can't implement the action that should be taken if there are policy matches.
How can I apply that?
Jul 18 2021 01:15 AM
Jul 18 2021 02:55 AM
@Vasil Michev
Actually, what I am trying to do is that:
I implemented an alert policy that triggers an alert if a user downloads more than 15 files/hour, so as a next step, I'm trying to configure an action that should be applied if there are policy matches.
How can I implement this action?