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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...