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!

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

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 ...