Difference between revisions of "OpenSearch installation"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
== macOS ==
 
== macOS ==
 
* <code>[[brew install opensearch]]</code>
 
* <code>[[brew install opensearch]]</code>
* <code>[[brew install opensearch-dashboards]]</code> (<code>opensearch-dashboards: The x86_64 architecture is required for this software.</code>)
+
* <code>[[brew install opensearch-dashboards]]</code> (<code>opensearch-dashboards: The [[x86_64]] architecture is required for this software.</code>)
  
 
== Containers ==
 
== Containers ==

Revision as of 19:49, 4 January 2023

macOS

Containers

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


Related

See also

Advertising: