Hi All,
I have logrt item setup which captures log entries based on "ERROR" keyword. One of the captured log entry is as follows:
13:01:01,952 |-ERROR in ch.qos.logback.classic.turbo.ReconfigureOnChangeFi lter@33010058 - URL [jar:file:/limdata/limih/mimTools/cronjobs/indexBuild.jar!/logback.xml]is not of type file
I want Zabbix to ignore this captured log entry. I tried to do it pre-processing using regex but Zabbix item goes unsupported if there is an entry captured other than mentioned above.
Is there a way to make zabbix to just ignore this line and alert on any other ERROR log entries?
I have logrt item setup which captures log entries based on "ERROR" keyword. One of the captured log entry is as follows:
13:01:01,952 |-ERROR in ch.qos.logback.classic.turbo.ReconfigureOnChangeFi lter@33010058 - URL [jar:file:/limdata/limih/mimTools/cronjobs/indexBuild.jar!/logback.xml]is not of type file
I want Zabbix to ignore this captured log entry. I tried to do it pre-processing using regex but Zabbix item goes unsupported if there is an entry captured other than mentioned above.
Is there a way to make zabbix to just ignore this line and alert on any other ERROR log entries?
Comment