Home

Awesome

Kibana Docker Container Image

Build Status Docker Pulls Docker Stars

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.

Supported tags and respective Dockerfile links:

Environment Variables

VariableDefault ValueDescription
KIBANA_SERVER_NAMEkibana
KIBANA_SERVER_HOST0
KIBANA_ELASTICSEARCH_HOSTShttp://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 Wodby.