All Apps and Add-ons

Begin monitoring files in a folder which is created every day With diff name.

krish3
Contributor

Hi,

I have a situation where the logs files are created along with a date ex: error.log_2014-02-16. I need to monitor these logs continuously. Each day there is a new file created in the folder how cam i do this on my forwarder.

And i need them to be indexed from present time or date since i don't need spending my license indexing old data.

0 Karma
1 Solution

Ayn
Legend

Just monitor the whole directory, and use the ignoreOlderThan directive in inputs.conf.

Something like this:

[monitor:///your/monitored/directory]
disabled = 0
ignoreOlderThan = 1d

This assumes you know that your forwarder will not be offline for longer periods of time though - if it is, be aware of that setting ignoreOlderThan to 1d will cause it to ignore files older than that when it checks which files it should read events from.

View solution in original post

0 Karma

Ayn
Legend

Just monitor the whole directory, and use the ignoreOlderThan directive in inputs.conf.

Something like this:

[monitor:///your/monitored/directory]
disabled = 0
ignoreOlderThan = 1d

This assumes you know that your forwarder will not be offline for longer periods of time though - if it is, be aware of that setting ignoreOlderThan to 1d will cause it to ignore files older than that when it checks which files it should read events from.

0 Karma

laserval
Communicator

You could also set a whitelist with a regular expression to filter so you only get files that follow the format you have. That way you don't get any nasty surprises if someone puts other files in there.

0 Karma

krish3
Contributor

thanks....

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...