can I run some command to generate the optimize/bundles files before I run ./kibana
I don't think so. Why do you want to?
I run kibana behand a niginx proxy, I have some health check to judge whether the kibana is up. then tell user can access the kibana url
Can your health check wait for the optimize step to complete?
Someone else just mentioned checking Kibana readiness with
curl http://${KIBANA_HOST}/api/status | jq '.status.overall.state'
Kibana only has to do this optimize once initially, and then only when configuration changes. Are you automatically spinning up Kibana instances on demand?
thx very much
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.