When an alert action is configured to run a script, Splunk must be able to locate the script.
Which is one of the directories Splunk will look in to find the script?
When an alert action is configured to run a script, Splunk must be able to locate the script.
Which is one of the directories Splunk will look in to find the script?
One of the directories Splunk will look in to find a script for an alert action is $SPLUNK_HOME/bin/scripts. This is a default directory for Splunk scripts, ensuring that the script can be located and executed properly when an alert is triggered.
"A" The script or batch file that an alert triggers must be at either of the following locations: $SPLUNK_HOME/bin/scripts $SPLUNK_HOME/etc/apps/<AppName>/bin/scripts
A correct