Tweak about using users' credentials with clusters

This commit is contained in:
Keith Chan 2021-11-05 13:23:50 -07:00 committed by GitHub
parent 4bf6f738be
commit f917f4628e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ To start using the OpenSearch Java high-level REST client, ensure that you have
You can now start your OpenSearch cluster. The OpenSearch 1.x high-level REST client works with the 1.x versions of OpenSearch.
The following example uses credentials that come with the default OpenSearch configuration. If youre using the high-level REST client with your own OpenSearch cluster, be sure to change the code to use your own credentials.
## Sample code
```java