I have a job that we run on demand that creates a new log for the job.
it's formatted Name.YYYYMMDDhhmmss.log
each line in the log has a timestamp
MM/DD/YYYY hh:mm:ss
The last line of the log would say "EXIT STATUS = 0"
Sometimes though, the job can have a problem and stops logging and sending to splunk.
Is there any way to throw an alert when the job stop running and say an hour passes without any new logging from the latest Name.YYYYMMDDhhmmss.log file?
Thanks