Merge pull request #783 from mhodge13/master

Kibana 6.6 and above uses ELASTICSEARCH_HOSTS
This commit is contained in:
cytopia 2021-05-17 20:36:00 +02:00 committed by GitHub
commit ab761eedba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

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

View File

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