Alerting

Monitor and generate alert if no changes are made to a monitored file

mdzmuran
Observer

A monitored file changes very frequently. If no new change occurs during a specified interval, it means that the process which makes changes to the log file is down. This can be used to monitor if the process is alive. How can I monitor and generate alert on an event "no changes made to monitored file during nnn minutes"?

Tags (3)
0 Karma
1 Solution

whrg
Motivator

Hello @mdzmuran,

When you say "no changes made", does that mean no events are being indexed into Splunk?

How about you count the number of indexed events for your particular log file for the last 15 minutes:

index=YOURINDEX source=YOURFILE | stats count

If the count is 0 then I assume the process is down. Save this search as an alert with the custom trigger condition "search count = 0"

View solution in original post

0 Karma

whrg
Motivator

Hello @mdzmuran,

When you say "no changes made", does that mean no events are being indexed into Splunk?

How about you count the number of indexed events for your particular log file for the last 15 minutes:

index=YOURINDEX source=YOURFILE | stats count

If the count is 0 then I assume the process is down. Save this search as an alert with the custom trigger condition "search count = 0"

0 Karma

whrg
Motivator

Which operating system are you using?

0 Karma

mdzmuran
Observer

The monitored files are on a UNIX machine. The directories are accessible from a Windows machine with Splunk Forwarder (UNC is used in Spunk directory definition). Splunk Forwarder monitores these files, it is working now and communicating with Splunk Free (at this moment). So monitoring files works, I can check for errors, generate alerts on errors, etc. And I want to check an event "nothing happens to the files".

0 Karma
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...