Hi,
I want to monitor multiple log files in same server. Created single alert generating rule ( Nice Log File)
1) Nice Log file -> Alert ruel -> Expression Filtered -> alert rule
2) I source setting - gave full path
D:\Test\Test.txt
D:\Test\Test1.txt
3) In build event expression - LogFileLine Contains Error
So alert should be generated whenever word "Error" is logged in text file
But I am getting only one alert from test.txt but not from Test1.txt.
How can I receive different alerts from 2 log files from same server fro the same error.
Also I am not able to get the alert from multiple servers for the same path and same error.
Thanks in advance