Getting Data In

How to restrict Folder Ingestion based on timestamp?

bteele
New Member

We're collecting text files into Splunk from numerous servers, but due to the growing size of the parent directory, it's causing CPU to be pegged, as Splunk seems to be continuously reading all of the files.

How can I modify the input to only check for items in today or yesterday's folders? It's a parent directory, followed by dated folders for each day, which contains anywhere from one to dozens of uniquely named files.

The current input is as follows:

[monitor://C:\Windows\Logs\(ParentFolder)]
index = (indexName)
disabled = 0
0 Karma
1 Solution

tiagofbmm
Influencer

Hi

Think of exploring that parameter on the monitor stanza

ignoreOlderThan = <nonnegative integer>[s|m|h|d]
* The monitor input will compare the modification time on files it encounters
  with the current time.  If the time elapsed since the modification time
  is greater than this setting, it will be placed on the ignore list.
* Files placed on the ignore list will not be checked again for any
  reason until the Splunk software restarts, or the file monitoring subsystem
  is reconfigured.  This is true even if the file becomes newer again at a
  later time.

View solution in original post

0 Karma

tiagofbmm
Influencer

Hi

Think of exploring that parameter on the monitor stanza

ignoreOlderThan = <nonnegative integer>[s|m|h|d]
* The monitor input will compare the modification time on files it encounters
  with the current time.  If the time elapsed since the modification time
  is greater than this setting, it will be placed on the ignore list.
* Files placed on the ignore list will not be checked again for any
  reason until the Splunk software restarts, or the file monitoring subsystem
  is reconfigured.  This is true even if the file becomes newer again at a
  later time.
0 Karma

bteele
New Member

Thanks! This worked for me.

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...