Hello all,
I've been trying to create trigger to react if there is for example >4 ERROR occurrences in log file within 10 minutes.
Following trigger does not work:
{hostA:log[c:\path\to\log.log, ERROR].count(#600,4,"gt")
Is the calculated items way to go? For example like this
count("logrt[\"c:\path\to\log.log\",\" ERROR\"]",#600,4,"gt") and then create trigger? I can't really get my head around this.
I've been trying to create trigger to react if there is for example >4 ERROR occurrences in log file within 10 minutes.
Following trigger does not work:
{hostA:log[c:\path\to\log.log, ERROR].count(#600,4,"gt")
Is the calculated items way to go? For example like this
count("logrt[\"c:\path\to\log.log\",\" ERROR\"]",#600,4,"gt") and then create trigger? I can't really get my head around this.

Comment