-
Type:
New Feature Request
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.0.0rc1 (master)
-
Component/s: Frontend (F)
-
None
Currently, Complex Event Processing (CEP) rules cannot be exported or imported.
As CEP rules become part of the monitoring configuration, it should be possible to move them between environments or back them up in the same way as other Zabbix configuration objects.
Typical use cases include:
- Backup and restore of CEP rule configurations.
- Promoting CEP rules from development to test and production environments.
- Sharing CEP rule sets between Zabbix installations.
- Version controlling CEP rules in Git or other source control systems.
- Simplifying disaster recovery and environment provisioning.
The export should include all rule properties, including:
- Rule definition
- Filters and conditions
- Time window configuration
- Window grouping
- Operations
- Pattern matching scripts (where applicable)
- Execution order and other rule settings
The import process should support creating new rules as well as updating existing ones, following the behavior of other Zabbix configuration imports.