Updated API endpoint for testing (#1105)
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com> Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
This commit is contained in:
parent
441df4c216
commit
aec7de7d97
|
@ -119,7 +119,7 @@ YUM, an RPM package management tool, allows you to pull the RPM package from the
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
|
curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
|
||||||
curl -XGET https://localhost:9200/_cat/config?v -u 'admin:admin' --insecure
|
curl -XGET https://localhost:9200/_cat/plugins?v -u 'admin:admin' --insecure
|
||||||
```
|
```
|
||||||
|
|
||||||
3. To stop running OpenSearch, enter:
|
3. To stop running OpenSearch, enter:
|
||||||
|
|
Loading…
Reference in New Issue