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!

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...