Skip to content

Commit

Permalink
[build] Set monitoring.ui.container.elasticsearch.enabled for all con…
Browse files Browse the repository at this point in the history
…tainers (#115087) (#117611)

Signed-off-by: Tyler Smalley <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Tyler Smalley <[email protected]>
  • Loading branch information
kibanamachine and Tyler Smalley authored Nov 5, 2021
1 parent e97f5bb commit 60ddfa3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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
`);
}

Expand Down

0 comments on commit 60ddfa3

Please sign in to comment.