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!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureThursday, March 27, 2025  |  11AM PST / 2PM EST | Register NowStep boldly ...

Splunk AppDynamics with Cisco Secure Application

Web applications unfortunately present a target rich environment for security vulnerabilities and attacks. ...