Hi Splunkers
I have set up a Search Head Cluster with Splunk 6.4 and ran into some challenges.
Trying to send an email when alert is triggered, but it fails to send. Getting "Unexpected EOF" error.
Tried 'Schedule PDF Delivery' of a dashboard, and got same "Unexpected EOF"
Sending the test email failed: command="sendemail", (-1, 'Unexpected EOF') while sending mail to: antet@email.com
From the Python Log:
2016-04-08 04:50:28,569 Pacific Daylight Time ERROR sendemail:127 - Sending email. subject="Stream error", results_link="http://**********:8800/app/opsalerts/@go?sid=scheduler__nobody__opsalerts__RMD5fb2ac14e7d33a13c_at_1460116200_3229_41D114D1-64B8-499E-A79C-EADED06D3A6F", recipients="[u'email@example.com']", server="99.99.99.99"
2016-04-08 04:50:28,571 Pacific Daylight Time ERROR sendemail:392 - (-1, 'Unexpected EOF') while sending mail to: email@example.com
Any help or a hint where to look would be appreciated!
Thanks
... View more