Kibana

elastic/kibana/standalone

Kibana dashboard for Elasticsearch

Deploys Kibana alongside a single-node Elasticsearch cluster into a local Kind cluster. Kibana UI is accessible on port 30601 and Elasticsearch on port 30920.

Install gck#

go install github.com/gravitee-io-labs/gck@latest

For other installation methods, see Installation .

Usage#

Create#

gck create --from elastic/kibana/standalone

Cleanup#

gck delete

Quick Start#

Open the Kibana UI from your host:

open http://localhost:30601

Security is disabled on both Kibana and Elasticsearch, so no credentials are needed.

Composition chain

This context is composed from the following base contexts:

elastic/kibana/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
Elasticsearchhttp://localhost:30920security disabledelastic/elasticsearch/standalone
Kibanahttp://localhost:30601security disabledelastic/kibana/standalone

Variables

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

VariableDefaultOriginDescription
clusterNamekibana-standaloneelastic/kibana/standaloneName of the Kind cluster
imageRepositorydocker.elastic.co/kibana/kibanaelastic/kibana/standaloneKibana Docker image repository
imageTag9.3.1elastic/kibana/standaloneKibana Docker image tag
elasticsearchUrlhttp://elasticsearch-master:9200elastic/kibana/standaloneElasticsearch endpoint Kibana connects to