Update index.md (#6406)

Missing command 
/usr/share/opensearch/bin/opensearch-keystore add

Signed-off-by: pawelw1 <pawel.wlodarczyk@eliatra.com>
This commit is contained in:
pawelw1 2024-02-15 20:47:39 +00:00 committed by GitHub
parent 2ef6964d01
commit f2835853c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 &lt;sender_name&gt; is the name you entered for **Sender** earlier. 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.
```json ```json
opensearch.notifications.core.email.<sender_name>.username /usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email.<sender_name>.username
opensearch.notifications.core.email.<sender_name>.password /usr/share/opensearch/bin/opensearch-keystore add opensearch.notifications.core.email.<sender_name>.password
``` ```
To change or update your credentials (after youve added them to the keystore on every node), call the reload API to automatically update those credentials without restarting OpenSearch. To change or update your credentials (after youve added them to the keystore on every node), call the reload API to automatically update those credentials without restarting OpenSearch.