Watcher won't send email action after enabling the security in ELK

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

Hey,

can you share your Elasticsearch version and more importantly your configuration for the email account plus your configuration for security.

--Alex

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.