Automate Monitor string in different log files
- by EVIA
I have few log files in different servers and I want to check output in the end of those log files for e.g . success: 4000
failed: 200
These logs files are getting generated daily and I have to keep track of these numbers. If there is any way I can automate this option instead of going and checking these files and wasting so much of my time.
I…