Does AWS SES API work with watcher?

Dear Team,

I am a big fan of elk and your support team, but I have AWS SES email service so that is possible to configure email notification service via only AWS SES, please reply ASAP.

please be aware that this forum does not come with any SLA, ASAP incuded in that list :slight_smile:

You can check the alerting documentation on how to configure SES with alerting. See https://www.elastic.co/guide/en/elastic-stack-overview/6.4/actions-email.html#amazon-ses

1 Like

Dear [Alexander Reelsen]

Thanks for the reply, I am already using SMTP to get a notification but I want to use aws ses API using key's, I don't want to use SMTP details, Please suggest me, how to configure AWS SES API to get notification using Watcher.

I do not understand what you mean with using keys. Can you clarify? Directly using the API is not supported if you are referring to that. Can you clarify why using SMTP is not an option?

1 Like

Alexander Reelsen

I have configured AWS SES SMTP configuration in elasticsearch/yml and i saved

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: Access Key ID
password: Secret access key

I saved user namer "Access Key ID" and in Password, I saved "Secret access key"

It is now working, please help me and other things I have another way to generate SMTP Details for https://docs.bitnami.com/bch/how-to/use-ses/

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