Alerting

Alert Email Clarity

matthewcanty
Communicator

I need some advice on improving the clarity of emails sent by alerts.

I set up some alerts whilst I was away and when they fired others were unable to interpret them. All I need is basic information. Is there any way to remove all the extra information in the body and just have Subject.

Tags (3)
1 Solution

richprescott
Path Finder

You would need to have a resource who can modify the default splunk python script, as this is the script that actually send the emails. It resides in:

$SPLUNK_HOME/etc/apps/search/bin/sendemail.py

I would advise making a copy of this script with another name

Thoroughly test the script changes as this would affect all outgoing alerts.
Once you wish to use the new python email script you can point splunk to use it by creating a
$SPLUNK_HOME/etc/apps/search/local/commands.conf

You will need a [sendemail] section to point to your new script.

[sendemail]

filename = your_sendemail.py

streaming = false

run_in_preview = false

http://splunk-base.splunk.com/answers/2641/how-do-i-customize-scheduled-search-alert-emails

View solution in original post

richprescott
Path Finder

You would need to have a resource who can modify the default splunk python script, as this is the script that actually send the emails. It resides in:

$SPLUNK_HOME/etc/apps/search/bin/sendemail.py

I would advise making a copy of this script with another name

Thoroughly test the script changes as this would affect all outgoing alerts.
Once you wish to use the new python email script you can point splunk to use it by creating a
$SPLUNK_HOME/etc/apps/search/local/commands.conf

You will need a [sendemail] section to point to your new script.

[sendemail]

filename = your_sendemail.py

streaming = false

run_in_preview = false

http://splunk-base.splunk.com/answers/2641/how-do-i-customize-scheduled-search-alert-emails

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...