Splunk Dev

python script to pass results of a search to email recipient

underwoodjc
New Member

Was curious if anyone here uses a python script to pass the results of a search to a email recipient? I would appreciate a look at it to use for a similar purpose. I have a python mail script but not sure how to use it to send my search results.
thanks.

Tags (1)
0 Karma
1 Solution

LukeMurphey
Champion

Most of use the built-in sendemail command. You can configure the mail settings within the manager under System settings » Email alert settings.

View solution in original post

0 Karma

BobM
Builder

The easiest way is to send email is to use splunks built in "scheduled search", "alert" or the search command "sendmail" but if you want to do something non standard, you will need to write your own script. You can start with the one splunk uses. Make a copy if the following file and adjust to suit your needs.

$SPLUNK_HOME/etc/apps/search/bin/sendemail.py

0 Karma

LukeMurphey
Champion

Most of use the built-in sendemail command. You can configure the mail settings within the manager under System settings » Email alert settings.

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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