From f2835853c0dd759985cc9462c0c136d486200d64 Mon Sep 17 00:00:00 2001 From: pawelw1 Date: Thu, 15 Feb 2024 20:47:39 +0000 Subject: [PATCH] Update index.md (#6406) Missing command /usr/share/opensearch/bin/opensearch-keystore add Signed-off-by: pawelw1 --- _observing-your-data/notifications/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_observing-your-data/notifications/index.md b/_observing-your-data/notifications/index.md index 6a844669..db655d32 100644 --- a/_observing-your-data/notifications/index.md +++ b/_observing-your-data/notifications/index.md @@ -123,8 +123,8 @@ To send or receive notifications with email, choose **Email** as the channel typ If your email provider requires SSL or TLS, you must authenticate each sender account before you can send an email. Enter the sender account credentials in the OpenSearch keystore using the command line interface (CLI). Run the following commands (in your OpenSearch directory) to enter your user name and password. The <sender_name> is the name you entered for **Sender** earlier. ```json -opensearch.notifications.core.email..username -opensearch.notifications.core.email..password +/usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email..username +/usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email..password ``` To change or update your credentials (after you’ve added them to the keystore on every node), call the reload API to automatically update those credentials without restarting OpenSearch.