Skip to content

Commit

Permalink
Fix typo in getting started (opensearch-project#8772)
Browse files Browse the repository at this point in the history
Fixes opensearch-project#8770

Signed-off-by: Naarcha-AWS <[email protected]>
Signed-off-by: Eric Pugh <[email protected]>
  • Loading branch information
Naarcha-AWS authored and epugh committed Nov 23, 2024
1 parent 6b9d003 commit 129c65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _getting-started/communicate.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ curl -X GET "http://localhost:9200/_cluster/health"
If you're using the Security plugin, provide the username and password in the request:

```bash
curl -X GET "http://localhost:9200/_cluster/health" -ku admin:<custom-admin-password>
curl -X GET "https://localhost:9200/_cluster/health" -ku admin:<custom-admin-password>
```
{% include copy.html %}

Expand Down Expand Up @@ -317,4 +317,4 @@ Once a field is created, you cannot change its type. Changing a field type requi

## Next steps

- See [Ingest data into OpenSearch]({{site.url}}{{site.baseurl}}/getting-started/ingest-data/) to learn about ingestion options.
- See [Ingest data into OpenSearch]({{site.url}}{{site.baseurl}}/getting-started/ingest-data/) to learn about ingestion options.

0 comments on commit 129c65f

Please sign in to comment.