Difference between revisions of "OpenSearch installation"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
  
 
Verify:
 
Verify:
  [[curl -XGET]] https://localhost:9200 -u 'admin:admin' --insecure
+
  [[curl -XGET https://localhost:9200]] -u 'admin:admin' --insecure
  
  

Revision as of 18:50, 2 May 2022

docker pull opensearchproject/opensearch:latest
docker pull opensearchproject/opensearch-dashboards:latest
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" opensearchproject/opensearch:1.3.1


Verify:

curl -XGET https://localhost:9200 -u 'admin:admin' --insecure


See also

Advertising: