When configuring the File Log Monitor Agent pattern matches for one particular log file the requiremnet is to use "*" character in the patterns list to alert whenever any entry is written to the log.
But on the same server need to monitor another file for just "FATAL" and "ERROR" but because the Agent also matches on "*" it fires for every row in the log.
Is it possible to scope a match string against a particular log file?
EXAMPLE:
Host Path File Name Match String Severity
Host1 /var/log errors * CRIT
Host2 /var/log errors * CRIT
Host1 /etc/log Test.log ERROR CRIT
Host1 /etc/log Test.log FATAL CRIT