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
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...