Difference between revisions of "OpenSearch installation"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | * [[OpenSearch docker-compose file]] | ||
+ | |||
== Docker installation == | == Docker installation == | ||
Line 9: | Line 11: | ||
[[curl -XGET https://localhost:9200]] -u 'admin:admin' --insecure | [[curl -XGET https://localhost:9200]] -u 'admin:admin' --insecure | ||
− | + | ||
Revision as of 19:10, 2 May 2022
Docker installation
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:latest
Verify:
curl -XGET https://localhost:9200 -u 'admin:admin' --insecure
See also
Advertising: