Alerting

Insert Date Into Subject of Email Alert

karinerivet
Engager

When creating an alert, is it possible to insert a date in the email subject line, such as the previous days date?

Tags (4)

imrago
Contributor

Hi,

I succeeded to add a date to the subject by modifying the sendmail.py file, an example:

yesterday = datetime.datetime.now() - datetime.timedelta(days = 1)
message['Subject'] = subject + " " + yesterday.strftime("%d.%m.%Y")

imrago
Contributor

It is located in the /opt/splunk/etc/app/search/bin/ directory.

It is a python script and it can be modified with any text editor. Keep in mind that it will be probably overwritten on the next Splunk update.

0 Karma

karinerivet
Engager

Where is the sendmail.py file, and how do I modify it?

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

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

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...