Hi dyude @jonsantos ,
Can u try this,
On the deployment server create an inputs.conf file in the local diretory of winevt app( $SPLUNK_HOME/etc/deployment-apps/winevt/local/inputs.conf) and then try pushing the file.
[WinEventLog://Security]
disabled = 0
whitelist1 = EventCode=4625
An inputs.conf should get created in local directory of winevt app in the forwarder(C:\Program Files\SplunkUniversalForwarder\etc\apps\winevt\local\inputs.conf ). Check the permission of the inputs.conf file in forwarder.
Search the logs with the given index name(if any).
Let me know if this helps
... View more