-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 1.8.4
-
Component/s: None
-
None
Create a trigger with expression like this:
((
{HostD:log[/var/log/messages].iregexp(error)})#0) & ((
{HostD:log[/var/log/messages].iregexp("CPr::updateLicenseStatus\(\)")})=0)
Open it in log wizard and observe:
Incorrect count of quotes in expression
Check expression part starting from " ((
)#0) & ((
{HostD:log[/var/log/messages].iregexp("CPr::updateLicenseStatus\(\"))})=0) "