Reporting

WHY is sendemail to=$mail$ not working ?

lifekis
Explorer

hello, 

sendemail can not work variable fields.

example,

 

 

index=mail
| table id domain
| eval email=id."@abc.com"
| sendemail to="$email$" subject="test" sendresult=true inline=true message="test"

 

 

>> command="sendemail", {} while sending mail to:

 

 

 

index=_internal email

 

 

>> ERROR sending email. subject="test", results_line="None", recipients="[]", server="localhost"

 

why can't I identify my email address?

it works normally when i enter email address.

 

Labels (1)
Tags (2)
0 Karma

ITWhisperer
SplunkTrust
SplunkTrust

The way you are using it, $email$ is notation for a token, not a field - have you tried

| sendemail to=email subject="test" sendresult=true inline=true message="test"
0 Karma

lifekis
Explorer

The following information is output:
before: 
ERROR sending email. subject="test", results_line="None", recipients="[]", server="localhost"
after: INFO sending email. subject="test", results_line="None", recipients="[email]", server="localhost"

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...