So I am using this component to search for a a keyword in a log file and it does it every 30 minutes. After it found the keyword it alert me but I thought it would reset itself after the next poll since the monitor shows the number of newly found strings after the last script execution which was 30 minutes ago. As you can see it's not it's still seeing those keywords from earlier. Is there a way to fix this?