[DOCS] Update Docker config steps for open X-Pack (#19486)

This commit is contained in:
Toby McLaughlin 2018-06-04 10:37:26 +10:00 committed by GitHub
parent a8fc3fc94a
commit 92c9ad7276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,14 +123,11 @@ images:
`server.name`:: `kibana`
`server.host`:: `"0"`
`elasticsearch.url`:: `http://elasticsearch:9200`
In the {xpack} image, the following additional defaults are also set:
[horizontal]
`elasticsearch.username`:: `elastic`
`elasticsearch.password`:: `changeme`
`xpack.monitoring.ui.container.elasticsearch.enabled`:: `true`
NOTE: The setting `xpack.monitoring.ui.container.elasticsearch.enabled` is not
defined in the `-oss` image.
These settings are defined in the default `kibana.yml`. They can be overridden
with a <<bind-mount-config,custom `kibana.yml`>> or via
<<environment-variable-config,environment variables>>.