How to config, bug watcher alert email on Elasticsearch

I added:
watcher.actions.email.service.account:
gmail_account:
profile: gmail
email_defaults:
from: 'alerts elasticsstack@gmail.com'
smtp:
auth: true
starttls.enable: true
host: smtp.gmail.com
port : 578
user: elasticsstack@gmail.com
password: 123@123a
on the elasticsearch.yml and did not start the elasticsearch!
Please help me!

Please format your code using the code tags, it's impossible to see what the problem is here as yaml is space sensitive.

also, please copy&paste the exception returned by elasticsearch, after you reformatted your code - which is especially important here, because we are relying on indentations.

In addition also specify the Elasticsearch version you are using.

2 Likes

thank you. I am finder bug. it is watcher.actions
i'm using elasticsearch 5.x . :smiley: it is x-pack.actions

That is not a bug,.

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