Update example response with latest build (#3522)
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
This commit is contained in:
parent
98ed8397d9
commit
ba096af185
|
@ -59,21 +59,21 @@ You'll need a special file, called a Compose file, that Docker Compose uses to d
|
||||||
Sample response:
|
Sample response:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name" : "opensearch-node1",
|
"name" : "opensearch-node1",
|
||||||
"cluster_name" : "opensearch-cluster",
|
"cluster_name" : "opensearch-cluster",
|
||||||
"cluster_uuid" : "Cd7SL5ysRSyuau325M3h9w",
|
"cluster_uuid" : "W0B8gPotTAajhMPbC9D4ww",
|
||||||
"version" : {
|
"version" : {
|
||||||
"distribution" : "opensearch",
|
"distribution" : "opensearch",
|
||||||
"number" : "2.3.0",
|
"number" : "2.6.0",
|
||||||
"build_type" : "tar",
|
"build_type" : "tar",
|
||||||
"build_hash" : "6f6e84ebc54af31a976f53af36a5c69d474a5140",
|
"build_hash" : "7203a5af21a8a009aece1474446b437a3c674db6",
|
||||||
"build_date" : "2022-09-09T00:07:12.137133581Z",
|
"build_date" : "2023-02-24T18:58:37.352296474Z",
|
||||||
"build_snapshot" : false,
|
"build_snapshot" : false,
|
||||||
"lucene_version" : "9.3.0",
|
"lucene_version" : "9.5.0",
|
||||||
"minimum_wire_compatibility_version" : "7.10.0",
|
"minimum_wire_compatibility_version" : "7.10.0",
|
||||||
"minimum_index_compatibility_version" : "7.0.0"
|
"minimum_index_compatibility_version" : "7.0.0"
|
||||||
},
|
},
|
||||||
"tagline" : "The OpenSearch Project: https://opensearch.org/"
|
"tagline" : "The OpenSearch Project: https://opensearch.org/"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
1. Explore OpenSearch Dashboards by opening `http://localhost:5601/` in a web browser on the same host that is running your OpenSearch cluster. The default username is `admin` and the default password is `admin`.
|
1. Explore OpenSearch Dashboards by opening `http://localhost:5601/` in a web browser on the same host that is running your OpenSearch cluster. The default username is `admin` and the default password is `admin`.
|
||||||
|
|
Loading…
Reference in New Issue