A newer version is available. For the latest information, see the
current release documentation.
Install Kibana plugins
editInstall Kibana plugins
editYou can override the Kibana container image to use your own image with the plugins already installed, as described in the Create custom images. You should run an optimize
step as part of the build, otherwise it needs to run at startup which requires additional time and resources.
This is a Dockerfile example:
FROM docker.elastic.co/kibana/kibana:8.15.3 RUN /usr/share/kibana/bin/kibana-plugin install $PLUGIN_URL RUN /usr/share/kibana/bin/kibana --optimize