Difference between revisions of "OpenSearch installation"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
* <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 == |
− | * [[OpenSearch]] <code>[[OpenSearch docker-compose file|docker-compose]]</code> file | + | * Docker compose: [[OpenSearch]] <code>[[OpenSearch docker-compose file|docker-compose]]</code> file |
− | |||
− | |||
* [[Kubernetes]]: <code>[[helm install opensearch]]</code> | * [[Kubernetes]]: <code>[[helm install opensearch]]</code> | ||
Revision as of 10:48, 13 December 2022
macOS
brew install opensearch
brew install opensearch-dashboards
(opensearch-dashboards: The x86_64 architecture is required for this software.
)
Containers
- Docker compose: OpenSearch
docker-compose
file - Kubernetes:
helm install opensearch
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: