Alerting

How to trigger alert if new file is created in empty folder?

SplunkCSIT
Communicator

Hi,

What will be the search if I wish to create an alert such that it triggers an alert when there is a file created in an empty folder? thks

Tags (1)
0 Karma

MuS
Legend

Hi SplunkCSIT,

in inputs.conf you have to setup a monitor stanza for this directory / folder and assign a sourcetype. After that you can search for this sourcetype like this

 sourcetype=yourmonitoresourcetype

and when ever there is an event, fire an alert - done.

hope this helps ...

cheers, MuS

MuS
Legend

a monitor in inputs.conf will monitor continuously the defined folder, if you want to have a cron like check use scripted in inputs.
Why is it not working? check the permission on the folder, check splunkd.log for errors related to this path.
btw followTail = 0 is not needed in your case.

SplunkCSIT
Communicator

Hi,if i wish to monitor the folder every 7mins, alert when there is a file created in d:\check, is the below monitor correct? If so, how come it dont work? thks

[monitor://D:\check]
disabled = false
followTail = 0
index = monitorfolder
sourcetype = monfolder
0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...