Alerting

How to change the "FROM" address when alert emails are sent?

adityapavan18
Contributor

As of now when email alerts are sent, the from address is the hostname of server sending the alert.
Is it possible to change that to a generic one like the internal splunk support team.

eg: As of now the from in email alerts is

splunk@reportingserver.com

Can i get it changed to

splunksupport@company.com

Tags (2)

klemaned
Explorer

[email]
from =

The @domain.com portion is applied by the email relay server

0 Karma

sainag_splunk
Splunk Employee
Splunk Employee

Create a file alert_actions.conf on the system/local of the SH, and have the below config, then restart.
cat /opt/splunk/etc/system/local/alert_actions.conf
[email]
from = splunksupport@company.com

Note: - This was an old question, providing a direct answer, than getting into docs and investigating.

If this helps, Upvote!!!!
Together we make the Splunk Community stronger 

Jasdeep
Explorer

@sainag_splunk Thankyou, I had to struggle a lot before getting to this,
You can simply change sender's email address in below configuration and it worked for me.
 /splunk/etc/system/local/alert_actions.conf

[email]
mailserver = localhost
pdf.header_left = none
pdf.header_right = none
from = Splunk@companyname.com


Before making config changes, you can test it out first to see its a valid email/company domain combination,
<your Search>| sendemail to= <your email>  from= Splunk@companyname.com



0 Karma

s2_splunk
Splunk Employee
Splunk Employee

See the documentation for alertactions.conf here, specifically the from= attribute under the [email] stanza.

Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...