[build] Set monitoring.ui.container.elasticsearch.enabled for all containers (#115087) (#117610)

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-04 22:49:03 -04:00 committed by GitHub
parent 36d9ed3171
commit 6f08d6232e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ function generator({ imageFlavor }: TemplateContext) {
server.host: "0.0.0.0"
server.shutdownTimeout: "5s"
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
${!imageFlavor ? 'monitoring.ui.container.elasticsearch.enabled: true' : ''}
monitoring.ui.container.elasticsearch.enabled: true
`);
}