When using a shell script on my splunk server I am able to access variables with no problem ie
#!/bin/bash
java -jar custom.jar -val $(date +%Y%m%d_%H%M)
However, when using the same script with the Universal Forwarder as a .path file the it does not execute.
Any suggestions on how to achieve this as a scripted input with the UF?
↧