Hi all,
I'm logging the output of scheduled tasks to a central CIFS location. On the fileserver hosting the CIFS, I installed the splunk forwarder.
inputs.conf
[monitor://D:\rebootlogs]
disabled = false
host_regex = reboot-(.+)\.log$
index = temp
sourcetype = rebootlogs
When splunkforwarder is running, the files are getting indexed. Unfortunately, from time to time it happens that the script cannot write to the logfile and log messages are getting lost! I'm using "add-content" cmdlet in the powershell script.
see screenshot:
Which setting should be tweaked to avoid access violations and log messages to get lost? Installing the splunkforwarder on each client and index it locally is not intended.
Are you having Splunk run the script?
Check:
https://answers.splunk.com/answers/151792/how-to-import-text-file-results-of-a-powershell-script-whe...
https://answers.splunk.com/answers/151792/how-to-import-text-file-results-of-a-powershell-script-whe...
I hope those give you some ideas.
Hi,
No, the script should not be scheduled by Splunk. It's running "on demand" and is scheduled by a 3rd party solution. I just want to display the output in splunk