Skip to content

Commit 0046f8e

Browse files
committed
Update pages/opensearch/how-to/connect-to-opensearch-deployment.mdx
1 parent 71914e1 commit 0046f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/opensearch/how-to/connect-to-opensearch-deployment.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ You are now connected to your Cloud Essentials for OpenSearch deployment. Refer
4242
4. In a terminal, run the following command to interact with your deployment. Remember to replace the placeholders with the appropriate values:
4343

4444
```sh
45-
curl -X GET "<cluster_api_endpoint>/_cluster/health" -ku <username>:<password>
45+
curl -X GET "<deployment_api_endpoint>/_cluster/health" -ku <username>:<password>
4646
```
4747

4848
An output similar to the following displays:

0 commit comments

Comments
 (0)