-
Change Request
-
Resolution: Unresolved
-
Medium
-
None
-
None
Summary
Currently in Zabbix there is limited event processing, global correlation capabilities. It is required by Zabbix community to extend these capabilities by introducing Complex Event Processing (CEP).
Use cases
- As a user I want to have a rule based processing for Zabbix events
- normalize/enrich events - for events: discard, close, suppress; for event tags: add, modify, remove via single-event stream
- deferred processing - execute action after event inactivity period (e.g. change severity/close old events) via multi-event stream (time window)
- event grouping - aggregate events based on a defined rule (incl. flapping trigger de-duplication and counting) via multi-event stream (time window)
- event pattern detection - when event pattern matched my criteria - create new event via multi-event stream (time window)
- missing event detection - raise alert when there is no specific event within time period via multi-event stream (time window)
- As a user I want to replace current global event correlation with CEP (improved performance on a large event data sets)
- part of
-
ZBXNEXT-5629 Implement filter on closed by correlation problems.
-
- In specification
-