mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
36d9ed3171
commit
6f08d6232e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
`);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue