elasticsearch.yml ses电子邮件配置

时间:2018-09-07 10:02:12

标签: elasticsearch amazon-ses

从弹性搜索文档中获取配置,并将其添加到弹性云yml。

xpack.notification.email.account:
  ses_account:
    smtp:
      auth: true
      starttls.enable: true
      starttls.required: true
      host: email-smtp.us-east-1.amazonaws.com 
      port: 587
      user: <username>
      password: <password>

给我以下错误:

'xpack.notification.email.account.ses_account.profile': is not allowed

0 个答案:

没有答案