HI every one,
1) First of all, I didn't find the application installed in the : "Splunk>Apps".
2) I want to configure the file, to send email if the alert is triggred. this is the configuration that I made:
export mailDay="Daily"
export mailFrom="
[email protected]"
export mailTo="
[email protected]"
export mailSubject="Splunk Email Alert"
Set to your mail host gateway that receives mail
export mailHost="smtp.company.com"
For SMTP Authentication
export Auth="0"
export smtpuser="
[email protected]"
export smptpass="yyyyyy"
python $SPLUNK_HOME/bin/scripts/sendmailpython.py "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8"
But it doesn't work !!!! did i miss something?
... View more