diff --git a/docs/setup/docker.asciidoc b/docs/setup/docker.asciidoc index 4a60cd98e3d3f..8fa7cb7951f15 100644 --- a/docs/setup/docker.asciidoc +++ b/docs/setup/docker.asciidoc @@ -102,7 +102,7 @@ services: image: {docker-image} environment: SERVER_NAME: kibana.example.org - ELASTICSEARCH_URL: http://elasticsearch.example.org + ELASTICSEARCH_HOSTS: 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.url`:: `http://elasticsearch:9200` +`elasticsearch.hosts`:: `http://elasticsearch:9200` `xpack.monitoring.ui.container.elasticsearch.enabled`:: `true` NOTE: The setting `xpack.monitoring.ui.container.elasticsearch.enabled` is not