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!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...