opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
75 stars 495 forks source link

[DOC]typo to send requests in terminal under security plugins #8770

Closed kamahuan closed 3 days ago

kamahuan commented 6 days ago

What do you want to do?

Tell us about your request. Provide a summary of the request. The official doc under Communicate with Open Search section, the command to send request in terminal looks like this : curl -X GET "http://localhost:9200/_cluster/health" -ku admin:<custom-admin-password>. It should be changed to curl -X GET "https://localhost:9200/_cluster/health" -ku admin:<custom-admin-password> if it is under security plugin.

Version: List the OpenSearch version to which this issue applies, e.g. 2.14, 2.12--2.14, or all. all

What other resources are available? Provide links to related issues, POCs, steps for testing, etc. https://opensearch.org/docs/latest/getting-started/communicate/

Naarcha-AWS commented 3 days ago

Thanks for sending this through @kamahuan!