Alerting

Alert e-mail has no Date: field

mmather67
Path Finder

I have gotten alerts to work in Splunk, and they send e-mails. But, unfortunately, there is no Date: field among the e-mail headers.

Almost all other e-mails I get have this Date: field, and it is used to sort them. Without a date, the alerts get sorted to the wrong end of my e-mails, which is not helpful.

I have looked at python.log, and don't notice anything.

What might be wrong?

Tags (2)
0 Karma

mmather67
Path Finder

Well, I fixed this myself, by editing splunk/etc/apps/search/bin/sendemail.py.

About line 17, before TIMEOUT=600, I added the line:

from time import strftime, gmtime, time

About line 145, before the comment # Clear leading / trailing whitespace ... I added the line:

message ['Date'] = strftime ("%a, %d %b %Y %H:%M:%S", gmtime (time()))

That seems to work -- now I just have to remember to make a similar change to any update of Splunk.

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!

Build the Future of Agentic AI: Join the Splunk Agentic Ops Hackathon

AI is changing how teams investigate incidents, detect threats, automate workflows, and build intelligent ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...