Caprover logo
Caprover one-click apps browser
kibana logo
kibana
Kibana is a free and open user interface that lets you visualize your Elasticsearch data and navigate the Elastic Stack.
Official integration
Created - Last update

Provide the ELASTICSEARCH_HOSTS so that kibana can find your elasticsearch instance. be sure to include the http:// protocol in the url. Note that Kibana does not have persistent volumes as all data is stored in the elasticsearch instance itself.

Deployed services
kibana
docker.elastic.co/kibana/kibana:$$cap_version
    5601
    always
    5
    Variables

    Kibana version

    Default: 8.4.1

    $$cap_version
    It's highly recommended that you don't use the latest tag but instead the major version you need. See https://hub.docker.com/_/kibana for a list of versions.

    Default App id

    Default: home

    $$cap_KIBANA_DEFAULTAPPID
    The default app that is loaded when you visit Kibana. Defaults to home

    MONITORING_ENABLED

    Default: true

    $$cap_MONITORING_ENABLED
    Enable kibana monitoring features?

    ELASTICSEARCH_HOSTS

    Default: undefined

    $$cap_ELASTICSEARCH_HOSTS
    URL of the elasticsearch hosts to use. Please include the http or https in the urls. eg. http://srv-captain--elastic:9200

    SERVER_PUBLICBASEURL

    Default: http://kibana.captain.yourdomain.com

    $$cap_SERVER_PUBLICBASEURL
    The public URL of the Kibana app. Make sure to change this if you force HTTPS-only!
    © 2025, Built with Gatsby - Source code available on GitHub