Awesome
Kibana Docker Container Image
Docker Images
❗For better reliability we release images with stability tags (wodby/kibana:7-X.X.X
) which correspond to git tags. We strongly recommend using images only with stability tags.
- All images based on Alpine Linux
- Base image: node
- GitHub actions builds
- Docker Hub
Supported tags and respective Dockerfile
links:
7.17
,7
,latest
(Dockerfile)
Environment Variables
Variable | Default Value | Description |
---|---|---|
KIBANA_SERVER_NAME | kibana | |
KIBANA_SERVER_HOST | 0 | |
KIBANA_ELASTICSEARCH_HOSTS | http://elasticsearch:9200 |
Orchestration Actions
Usage:
make COMMAND [params ...]
commands:
check-ready [host max_try wait_seconds delay_seconds]
default params values:
host localhost
max_try 1
wait_seconds 1
delay_seconds 0
Deployment
Deploy Kibana with Elasticsearch to your own server via Wodby.