
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
5Variables
Kibana version
Default: 8.4.1
$$cap_versionIt'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_DEFAULTAPPIDThe default app that is loaded when you visit Kibana. Defaults to home
MONITORING_ENABLED
Default: true
$$cap_MONITORING_ENABLEDEnable kibana monitoring features?
ELASTICSEARCH_HOSTS
Default: undefined
$$cap_ELASTICSEARCH_HOSTSURL 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_PUBLICBASEURLThe public URL of the Kibana app. Make sure to change this if you force HTTPS-only!
