Skip to content

Commit

Permalink
[docker] Default server.name to hostname
Browse files Browse the repository at this point in the history
The default server.name for docker images is currently "kibana".  When
running multiple instances of the docker image, this can cause confusion
when tracking metrics in the monitoring UI and status page.  Removing
this configuration will let us track using hostname.

Closes #44848
  • Loading branch information
jbudz committed Feb 9, 2021
1 parent 5099eab commit 3bce782
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/setup/docker.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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' : ''}
Expand Down

0 comments on commit 3bce782

Please sign in to comment.