mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Show old elasticsearch url config in docker docs (#28929)
This commit is contained in:
parent
7d8b93771b
commit
1f08d3f4f6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue