Splunk Search

sendresults, more receipiens

Oti47
Path Finder

Hello,
how could I add more email recipients to one Report?

Like cc: 123atmyhohme.com, 456atmyhome.com

regards
Michael

Tags (1)
0 Karma

dstaulcu
Builder

yoursearch... | eval recipients=recipients + ";" | evenstats values(recipients) | sendemail to=$results.recipients$ ...

this works but also fuglies up your results if sent in-line. all recipients get all results. would be ideal if recipiently only got recipient-specific results.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

In 6.1 you can just specify any number of CC recipients by using the standard Email form. Go to Reports -> Edit -> Edit Schedule -> Next and you should see this:

alt text

0 Karma

Oti47
Path Finder

SPLUNK Version 6.1

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What version are you on?

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...