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!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...