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

Hi @sebastien ,

I do added the provided configuration in elasticsearch.yml and after running the below step for password setup.

In order to store the account SMTP password, use the keystore command (see secure settings)

bin/elasticsearch-keystore xpack.notification.email.account.outlook_account.smtp.secure_password

Got an error message as "ERROR: Unknown command [xpack.notification.email.account.outlook_account.smtp.secure_password]"

2)Do i need to change anything else in the below apart from the email address which i have added a sample email address for testing .

xpack.notification.email.account:
    outlook_account:
        profile: outlook
        smtp:
            auth: true
            starttls.enable: true
            host: smtp-mail.outlook.com
            port: 587
            user: <email.address>

Is there any video available to perform the email action from the watcher ?I found one but it was quite old and differs a lot as i am currently using the v6.6