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:
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 |
|---|---|---|---|
| Elasticsearch | http://localhost:30920 | security disabled | elastic/elasticsearch/standalone |
| Kibana | http://localhost:30601 | security disabled | elastic/kibana/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 | kibana-standalone | elastic/kibana/standalone | Name of the Kind cluster |
imageRepository | docker.elastic.co/kibana/kibana | elastic/kibana/standalone | Kibana Docker image repository |
imageTag | 9.3.1 | elastic/kibana/standalone | Kibana Docker image tag |
elasticsearchUrl | http://elasticsearch-master:9200 | elastic/kibana/standalone | Elasticsearch endpoint Kibana connects to |