Email and password field in /etc/elasticsearch/elasticsearch.yml

Hello all;
well, i'm new to elasticsearch, and i'm trying to configure elasticsearch to receive alerts, but I do not know what to put in the email and password field:

/etc/elasticsearch/elasticsearch.yml

xpack.notification.email.account:
gmail_account:
profile: gmail
smtp:
auth: true
starttls.enable: true
host: smtp.gmail.com
port: 587
user: ????
password: ????

Hi there

These are your gmail credentials. Everything is described in our documentation

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