mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[docker] Default server.name to hostname (#90799)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a6a567f476
commit
126ce49446
2 changed files with 0 additions and 2 deletions
|
@ -120,7 +120,6 @@ The following settings have different default values when using the Docker
|
|||
images:
|
||||
|
||||
[horizontal]
|
||||
`server.name`:: `kibana`
|
||||
`server.host`:: `"0.0.0.0"`
|
||||
`elasticsearch.hosts`:: `http://elasticsearch:9200`
|
||||
`monitoring.ui.container.elasticsearch.enabled`:: `true`
|
||||
|
|
|
@ -17,7 +17,6 @@ function generator({ imageFlavor }: TemplateContext) {
|
|||
#
|
||||
|
||||
# Default Kibana configuration for docker target
|
||||
server.name: kibana
|
||||
server.host: "0.0.0.0"
|
||||
elasticsearch.hosts: [ "http://elasticsearch:9200" ]
|
||||
${!imageFlavor ? 'monitoring.ui.container.elasticsearch.enabled: true' : ''}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue