From 7aebe7237fc37394f40c9d67b2ae049b2647b428 Mon Sep 17 00:00:00 2001 From: jm4ever Date: Thu, 10 Jan 2019 18:58:00 +0800 Subject: [PATCH] Missing parameter add bin/elasticsearch-keystore add xpack.notification.email.account.gmail_account.smtp.secure_password bin/elasticsearch-keystore add xpack.notification.email.account.outlook_account.smtp.secure_password bin/elasticsearch-keystore xpack.notification.email.account.ses_account.smtp.secure_password bin/elasticsearch-keystore add xpack.notification.email.account.exchange_account.smtp.secure_password --- x-pack/docs/en/watcher/actions/email.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x-pack/docs/en/watcher/actions/email.asciidoc b/x-pack/docs/en/watcher/actions/email.asciidoc index 664a10c01fcc6..5d51e41ba32cc 100644 --- a/x-pack/docs/en/watcher/actions/email.asciidoc +++ b/x-pack/docs/en/watcher/actions/email.asciidoc @@ -325,7 +325,7 @@ In order to store the account SMTP password, use the keystore command [source,yaml] -------------------------------------------------- -bin/elasticsearch-keystore xpack.notification.email.account.gmail_account.smtp.secure_password +bin/elasticsearch-keystore add xpack.notification.email.account.gmail_account.smtp.secure_password -------------------------------------------------- If you get an authentication error that indicates that you need to continue the @@ -363,7 +363,7 @@ In order to store the account SMTP password, use the keystore command [source,yaml] -------------------------------------------------- -bin/elasticsearch-keystore xpack.notification.email.account.outlook_account.smtp.secure_password +bin/elasticsearch-keystore add xpack.notification.email.account.outlook_account.smtp.secure_password -------------------------------------------------- @@ -400,7 +400,7 @@ In order to store the account SMTP password, use the keystore command [source,yaml] -------------------------------------------------- -bin/elasticsearch-keystore xpack.notification.email.account.ses_account.smtp.secure_password +bin/elasticsearch-keystore add xpack.notification.email.account.ses_account.smtp.secure_password -------------------------------------------------- NOTE: You need to use your Amazon SES SMTP credentials to send email through @@ -443,7 +443,7 @@ In order to store the account SMTP password, use the keystore command [source,yaml] -------------------------------------------------- -bin/elasticsearch-keystore xpack.notification.email.account.exchange_account.smtp.secure_password +bin/elasticsearch-keystore add xpack.notification.email.account.exchange_account.smtp.secure_password -------------------------------------------------- [float]