Reporting

I'm trying email a report using "sendemail to" command but it's throwing error

ariyazudeen
New Member

Using the query to send email to my ID which I have configured in email settings. If i trigger the Alert I'm getting the email but if using "sendemail to" command in search it's not sending the email and throwing below error.

Query:
index="_internal" | top 5 host | sendemail to="****@gmail.com"

Error:
command="sendemail", [Errno 10061] No connection could be made because the target machine actively refused it while sending mail

Tags (1)
0 Karma

JDukeSplunk
Builder

I think by default sendemail uses localhost as the mail server. Could be wrong there..
Anyway, we had similar issues with sendemail from the search string, and speciying the STMP host fixed it for us.

index="_internal" | top 5 host | sendemail to="whatever@gmail.com" server=yourmailserver.fqdn.name

https://docs.splunk.com/Documentation/Splunk/6.4.2/SearchReference/Sendemail

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

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

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...