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!

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...