OpenSearch
Containers running OpenSearch and OpenSearch Dashboards for DEV purpose.
System requirements
Usage with docker
WARNING : Read docker-compose.yml and note that security is disabled!
- Start containers :
docker compose up -d
- Open https://os-dashboard.dev.localhost/
Usage with Kubernetes
Read k8s-install.sh and run :
# To get opensearch-dashboards on http://opensearch-dashboards.dev.localhost
bash k8s-install.sh
# To get opensearch-dashboards on http://opensearch-dashboards.example.net
DEVBOX_HOSTNAME=example.net bash k8s-install.sh