elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.68k stars 8.23k forks source link

[kbn-es] Improve error logging #190364

Open jbudz opened 3 months ago

jbudz commented 3 months ago

When a port is already taken, node scripts/es serverless will silently not start the container. No error logs appear to be available. This can make it difficult to debug why the container will not start.

To reproduce:

node scripts/es --serverless --projectType=es
node scripts/functional_tests_server --config x-pack/test/api_integration/deployment_agnostic/oblt.serverless.config.ts
elasticmachine commented 3 months ago

Pinging @elastic/kibana-operations (Team:Operations)

delanni commented 3 months ago

There's some WIP: https://github.com/elastic/kibana/pull/189231