I have recently got free elastic cloud trial. I am trying to create simple watcher that would send an emails, but it is failing on email sending stage
I have whitelisted needed email addresses, but error seems to be not related to the addresses but to some conf problem
"actions": [
{
"id": "email_administrator",
"type": "email",
"status": "failure",
"error": {
"root_cause": [
{
"type": "messaging_exception",
"reason": "failed to send email with subject [Encountered logins] via account [work]"
}
],
"type": "messaging_exception",
"reason": "failed to send email with subject [Encountered logins] via account [work]",
"caused_by": {
"type": "messaging_exception",
"reason": "Could not connect to SMTP host: dockerhost, port: 10025, response: -1"
}
}
}
]
I can not find any solution to my problem in the forum
Thank you!
have you configured your own email account? You should not need to configure anything after the whitelisting is done. Just remove any account configuration and restart the cluster.
I am on the cloud. It looks like it uses its own SMTP server. What do you mean by my own email account? What configuration should be made there? I do not have any email configuration except my normal email address here: https://cloud.elastic.co/#/account/email-settings/
I just reread that you are on cloud. so you can file a ticket through the cloud customer support for further help, they should be able to get you going!
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.