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

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...