Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.12 KB

File metadata and controls

39 lines (23 loc) · 1.12 KB

OpenSearch

Containers running OpenSearch and OpenSearch Dashboards for DEV purpose :

OpenSearch dashboard

System requirements

Usage with docker

WARNING : Read compose.yaml and note that security is disabled!

Usage with Kubernetes

Read k8s-install.sh and run :

# To get opensearch-dashboards on http://os-dashboard.dev.localhost
bash k8s-install.sh
# To get opensearch-dashboards on http://os-dashboard.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh

See also

Resources