diff --git a/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker b/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker index 841be2f775336..110ca72895e86 100755 --- a/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker +++ b/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker @@ -64,6 +64,7 @@ kibana_vars=( elasticsearch.logQueries elasticsearch.password elasticsearch.pingTimeout + elasticsearch.publicBaseUrl elasticsearch.requestHeadersWhitelist elasticsearch.requestTimeout elasticsearch.serviceAccountToken diff --git a/x-pack/plugins/cloud/public/types.ts b/x-pack/plugins/cloud/public/types.ts index 1428e887f1b9f..2a6140ba8e97e 100644 --- a/x-pack/plugins/cloud/public/types.ts +++ b/x-pack/plugins/cloud/public/types.ts @@ -228,7 +228,7 @@ export interface CloudSetup { export interface PublicElasticsearchConfigType { /** - * The URL to the Elasticsearch cluster, derived from xpack.elasticsearch.publicBaseUrl if populated + * The URL to the Elasticsearch cluster, derived from elasticsearch.publicBaseUrl if populated * Otherwise this is based on the cloudId * If neither is populated, this will be undefined */