|
@@ -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
|