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 (elastic#115087)

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

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Tyler Smalley and kibanamachine committed Nov 5, 2021
1 parent e97f5bb commit 45868a9
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 45868a9

Please sign in to comment.