Kibana 6.6 and above uses ELASTICSEARCH_HOSTS

This commit is contained in:
Mark Hodge 2021-02-11 08:48:18 -06:00
parent cdfb55ec2d
commit 56342426b3
No known key found for this signature in database
GPG Key ID: D9B0C9A04F921E7A
2 changed files with 2 additions and 2 deletions

View File

@ -204,7 +204,7 @@ services:
ipv4_address: 172.16.238.242
environment:
- TZ=${TIMEZONE:-UTC}
- ELASTICSEARCH_URL=http://elastic:9200
- ELASTICSEARCH_HOSTS=http://elastic:9200
depends_on:
- elastic

View File

@ -53,7 +53,7 @@ services:
ipv4_address: 172.16.238.242
environment:
- TZ=${TIMEZONE:-UTC}
- ELASTICSEARCH_URL=http://elastic:9200
- ELASTICSEARCH_HOSTS=http://elastic:9200
depends_on:
- elastic