Getting Data In

How to configure forwarder to only forward events of the current day ?

john_q
Explorer

I have a 20 days events in one log file but i want to monitor today's events only. i tried below stanza but not worked as what i expected

[monitor:///xx/xxx/x.log]
disabled = false
index = xxx
sourcetype = access_combined
ignoreOlderThan = 0d

0 Karma

traxxasbreaker
Communicator

The ignoreOlderThan setting is based on the difference between the current time and the modification time on the file. So if the file is being appended to every day, then it's always going to show a time stamp of that day as the modification time and not be ruled out by the ignoreOlderThan setting.

It sounds like you more likely want something like the followTail option in inputs.conf, but don't leave it enabled for too long because the documentation implies that if you restart a forwarder leaving it enabled, the input may skip over events that were written to the file during the time it was restarting. If you start the forwarder with the followTail option enabled, wait a couple minutes, then take it out and restart, that should hopefully do what you are looking for.

0 Karma

ddrillic
Ultra Champion

ignoreOlderThan = 1d for 1 day... ?

0 Karma

john_q
Explorer

Yes i tried but not worked

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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