Can someone help me on how to configure the watcher in 6.6 version

Hi @sebastien

I have added the gmail account for email notification in the elasticseach.yml file but still i am getting error as "Failed to send to xxxxx@gmail.com"
Please find the below line i have added in the .yml file
xpack.security.enabled: true

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

1)Can you please let me know what user name and password should i give here,Either the elasticsearch credentials or the gmail credentials,
2)I even tried the slash alert by adding the below in the elasticsearch.yml file
xpack.notification.slack:
account:
monitoring:
url: https://hooks.slack.com/services/xxxxxx/xxxyyyxx/

I have added the webhook url in the above and added it in the.yml file ,still not getting any alert to the slack ,Just received the same error.

To configure slack ,Do i need to any add thing else in the elasticseach.yml file ?

3)I tested the payload in postman and the output was 200-ok

I am pretty stuck in the alert part of kibana, Any help to set this working would be of great help to me.

Thanks in Advance,

Regards,
Kamaleshwar