Reporting

send email to multiple recipients in splunk

surekhasplunk
Communicator

Hi,

i have an input.csv file which has similar data as follows
Field1(status) - Not completed / Completed
Field2(emailid) - abc@xyz.com

Now for all those records where status="Not completed" i want to send email to all those emailids.
How to achieve this in most simplest way.

Thanks

Tags (2)
0 Karma
1 Solution

p_gurav
Champion

Hi surekhasplunk,

You can try something like this:
| table field1 field2 | where field1="Not completed" | map search="sendemail to="$field2$""

Also command reference is you want to add more option to sendmail:
https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Sendemail

View solution in original post

0 Karma

p_gurav
Champion

Hi surekhasplunk,

You can try something like this:
| table field1 field2 | where field1="Not completed" | map search="sendemail to="$field2$""

Also command reference is you want to add more option to sendmail:
https://docs.splunk.com/Documentation/Splunk/7.0.2/SearchReference/Sendemail

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...