OpenSearch Dashboards
opensearch/dashboards/standalone
OpenSearch Dashboards visualization UI
Deploys OpenSearch Dashboards alongside a single-node OpenSearch cluster into a local Kind cluster. Dashboards UI is accessible on port 30601 and OpenSearch on port 30921. Security is disabled for lightweight development.
Install gck#
go install github.com/gravitee-io-labs/gck@latest
For other installation methods, see Installation .
Usage#
Create#
gck create --from opensearch/dashboards/standalone
Cleanup#
gck delete
Quick Start#
Open the Dashboards UI from your host:
open http://localhost:30601
Security is disabled on both Dashboards and OpenSearch, so no credentials are needed.
Composition chain
This context is composed from the following base contexts:
Endpoints
Services this context exposes on your machine after gck create, including the ones it inherits from the contexts it composes. Rows marked with a flag only exist when you pass it.
| Service | URL | Notes | From |
|---|---|---|---|
| OpenSearch | http://localhost:30921 | security disabled | opensearch/standalone |
| OpenSearch Dashboards | http://localhost:30601 | security disabled | opensearch/dashboards/standalone |
Variables
Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.
| Variable | Default | Origin | Description |
|---|---|---|---|
clusterName | opensearch-dashboards-standalone | opensearch/dashboards/standalone | Name of the Kind cluster |
imageRepository | opensearchproject/opensearch-dashboards | opensearch/dashboards/standalone | OpenSearch Dashboards Docker image repository |
imageTag | 3.0.0 | opensearch/dashboards/standalone | OpenSearch Dashboards Docker image tag |
opensearchUrl | http://opensearch-cluster-master:9200 | opensearch/dashboards/standalone | OpenSearch endpoint Dashboards connects to |