Hi @salohiddin Its not possible to set this in the GUI, instead, after you run the installer don’t let the UF start immediately. Instead, edit (or create) the Windows‑event‑log stanza in $SPLUNK_HOME\etc\system\local\inputs.conf (or withing a custom app) before the forwarder first reads any logs. Add the following to the inputs.conf file [WinEventLog]
current_only = 1 See https://help.splunk.com/en/splunk-enterprise/get-started/get-data-in/9.4/get-windows-data/monitor-windows-event-log-data-with-splunk-enterprise#:~:text=oldest-,current_only,-How%20to%20index for more info on this setting. Once you have saved the file: Start the forwarder (splunk.exe start or the Windows service). The UF will read only new events and no longer send the historic logs. If you've already started the UF then stop the service, edit inputs.conf, and restart the service. 🌟 Did this answer help you? If so, please consider: Adding karma to show it was useful Marking it as the solution if it resolved your issue Commenting if you need any clarification Your feedback encourages the volunteers in this community to continue contributing
... View more