Skip to content

Commit f283585

Browse files
authored
Update index.md (#6406)
Missing command /usr/share/opensearch/bin/opensearch-keystore add Signed-off-by: pawelw1 <[email protected]>
1 parent 2ef6964 commit f283585

File tree

1 file changed

+2
-2
lines changed
  • _observing-your-data/notifications

1 file changed

+2
-2
lines changed

_observing-your-data/notifications/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ To send or receive notifications with email, choose **Email** as the channel typ
123123
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 &lt;sender_name&gt; is the name you entered for **Sender** earlier.
124124

125125
```json
126-
opensearch.notifications.core.email.<sender_name>.username
127-
opensearch.notifications.core.email.<sender_name>.password
126+
/usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email.<sender_name>.username
127+
/usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email.<sender_name>.password
128128
```
129129

130130
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.

0 commit comments

Comments
 (0)