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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...