Hi,
i have a problem to send email action using watcher after i install x-pack security on all ELk element (Es, kiba...), befor i didn't have a x-pack security enable i was able to send emails but now i get this below error:
{
"id": "email_administrator",
"type": "email",
"status": "failure",
"error": {
"root_cause": [
{
"type": "messaging_exception",
"reason": "failed to send email with subject [Encountered 30 errors] via account [gmail_account]"
}
],
"type": "messaging_exception",
"reason": "failed to send email with subject [Encountered 30 errors] via account [gmail_account]",
"caused_by": {
"type": "messaging_exception",
"reason": "Could not convert socket to TLS",
"caused_by": {
"type": "s_s_l_handshake_exception",
"reason": "Remote host closed connection during handshake",
"caused_by": {
"type": "e_o_f_exception",
"reason": "SSL peer shut down incorrectly"
}
}
}
}
}
]
},
any help, thanks