-
Notifications
You must be signed in to change notification settings - Fork 111
Kibana Docker image should ship with "optimized code" #31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm going to need more information on how you are running this. It seems to start very quickly here: $ docker run -d --name elasticsearch elasticsearch
$ docker run -it --rm -e ELASTICSEARCH_URL=http://elasticsearch.docker:9200 kibana
log [23:30:24.933] [info][status][plugin:kibana] Status changed from uninitialized to green - Ready
log [23:30:24.946] [info][status][plugin:elasticsearch] Status changed from uninitialized to yellow - Waiting for Elasticsearch
log [23:30:24.952] [info][status][plugin:kbn_vislib_vis_types] Status changed from uninitialized to green - Ready
log [23:30:24.953] [info][status][plugin:markdown_vis] Status changed from uninitialized to green - Ready
log [23:30:24.955] [info][status][plugin:metric_vis] Status changed from uninitialized to green - Ready
log [23:30:24.956] [info][status][plugin:spyModes] Status changed from uninitialized to green - Ready
log [23:30:24.957] [info][status][plugin:statusPage] Status changed from uninitialized to green - Ready
log [23:30:24.958] [info][status][plugin:table_vis] Status changed from uninitialized to green - Ready
log [23:30:24.966] [info][listening] Server running at http://0.0.0.0:5601
log [23:30:30.003] [info][status][plugin:elasticsearch] Status changed from yellow to yellow - No existing Kibana index found
log [23:30:32.795] [info][status][plugin:elasticsearch] Status changed from yellow to green - Kibana index ready |
Ah I see, I get the same result running your example. I'm actually using a small custom configuration file, which sets a couple of settings (most notably
|
Is there a way to manually trigger optimizing and caching bundles for kibana and statusPage? |
This image is officially deprecated in favor of upstream's images (see https://www.elastic.co/guide/en/kibana/current/_pulling_the_image.html). For more information, please see docker-library/elasticsearch#160, docker-library/docs#842, and docker-library/docs#945.
Thanks! |
When starting a freshly pulled Kibana image from the registry, we get the following message:
Would it be possible to ship the Docker image with this optimization phase already done? This would save some CPU cycles, allow to scale Kibana on new instances faster and allow the deployment inside read-only containers more straightforward.
The text was updated successfully, but these errors were encountered: