-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
NEW
-
NEW
-
---
-
---
Check if a specific event occurs a number of times before triggering an action.
example rule)
name: Throttle example with threshold
condition: event.code == "error"
throttle:
accumulate_within: 5 minutes
threshold: 3
group_by_attributes:
- event.meta.hosts
- event.code
action:
run_playbook:
name: notify_outage.yml
For detailed specification, see https://issues.redhat.com/browse/AAPRFE-1263
- relates to
-
AAPRFE-1263 Support a threshold count when matching events in a rulebook
-
- Closed
-