Tweak about using users' credentials with clusters
This commit is contained in:
parent
4bf6f738be
commit
f917f4628e
|
@ -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 you’re 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
|
||||
|
|
Loading…
Reference in New Issue