Hi @renjith.nair
Thanks for your response!
Im very new to splunk so I will need a .config file with the
RESULTS=$(ssh user@server /path/to/the/script/script.sh)
to identify the location of the .sh file, additionally would I need to specify the password?
I looked over the links you mentioned:
[script://$SPLUNK_HOME/etc/apps/<appName>/bin/starter_script.sh]
disabled = true # change to false to start the input, requires restart
host = # enter hostname here
index = main
interval = 30 #frequency to run the script, in seconds
source = my_db
sourcetype = my_db_data
Would the:
[script://$SPLUNK_HOME/etc/apps/<appName>/bin/starter_script.sh]
Need to be replaced with:
RESULTS=$(ssh user@server /path/to/the/script/script.sh)?
Thanks
... View more