Show old elasticsearch url config in docker docs (#28929)

This commit is contained in:
Josh Dover 2019-01-17 10:26:40 -06:00 committed by GitHub
parent 7d8b93771b
commit 1f08d3f4f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ services:
image: {docker-image}
environment:
SERVER_NAME: kibana.example.org
ELASTICSEARCH_HOSTS: http://elasticsearch.example.org
ELASTICSEARCH_URL: http://elasticsearch.example.org
----------------------------------------------------------
Since environment variables are translated to CLI arguments, they take
@ -117,7 +117,7 @@ images:
[horizontal]
`server.name`:: `kibana`
`server.host`:: `"0"`
`elasticsearch.hosts`:: `http://elasticsearch:9200`
`elasticsearch.url`:: `http://elasticsearch:9200`
`xpack.monitoring.ui.container.elasticsearch.enabled`:: `true`
NOTE: The setting `xpack.monitoring.ui.container.elasticsearch.enabled` is not