Hello,
What is the definition for usage of ^(....)$ ? It is used with event logs and I have successfully used it based from this example in the zabbix documentation. eventlog[Security,,"Failure Audit",,^(529|680)$]
Why is it used? What is it programatically representing? What does that character sequence tell Zabbix? Can it be used elsewhere?
What is the definition for usage of ^(....)$ ? It is used with event logs and I have successfully used it based from this example in the zabbix documentation. eventlog[Security,,"Failure Audit",,^(529|680)$]
Why is it used? What is it programatically representing? What does that character sequence tell Zabbix? Can it be used elsewhere?