-
Problem report
-
Resolution: Fixed
-
Major
-
6.0.12
-
None
-
Upgrade to
Zabbix server 4.0 -> 6.0
Zabbix server 5.0 -> 6.0
-
Sprint 95 (Dec 2022), Sprint 96 (Jan 2023)
-
0.5
When upgrading from Zabbix 4.0 to 6.0, regular expressions in trigger evaluation are wrong.
4.0
{TEST Template:log["/test/test.log"].iregexp("C:\\Windows\\SystemApps\\Microsoft\.Windows\.test")}=0
6.0
find(/TEST Template/log["/test/test.log"],,"iregexp","C:\\Windows\\SystemApps\\MicrosoftWindowstest")=0
Updating from 4.0 to 5.0 is no problem.
Also, when xml exported in 4.0 is imported into 6.0, this phenomenon does not occur and is correct.
- depends on
-
ZBX-21898 Add escaping of backslashes in history function parameters.
- Closed