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:

opensearch/dashboards/standalone

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.

ServiceURLNotesFrom
OpenSearchhttp://localhost:30921security disabledopensearch/standalone
OpenSearch Dashboardshttp://localhost:30601security disabledopensearch/dashboards/standalone

Variables

Template variables overridable with --set. Use --set path.segments.var=value to target a specific context in the composition chain.

VariableDefaultOriginDescription
clusterNameopensearch-dashboards-standaloneopensearch/dashboards/standaloneName of the Kind cluster
imageRepositoryopensearchproject/opensearch-dashboardsopensearch/dashboards/standaloneOpenSearch Dashboards Docker image repository
imageTag3.0.0opensearch/dashboards/standaloneOpenSearch Dashboards Docker image tag
opensearchUrlhttp://opensearch-cluster-master:9200opensearch/dashboards/standaloneOpenSearch endpoint Dashboards connects to