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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...