fix(ext/fleet): wrong server hostname in Kibana config (#772)

This commit is contained in:
Yang Jaeho 2022-10-24 22:08:52 +09:00 committed by GitHub
parent 58613c2dcb
commit 1aff32b438
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ elasticsearch.password: ${KIBANA_SYSTEM_PASSWORD}
## Fleet
## https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html
#
xpack.fleet.agents.fleet_server.hosts: [ 'http://fleet:8220' ]
xpack.fleet.agents.fleet_server.hosts: [ 'http://fleet-server:8220' ]
xpack.fleet.agents.elasticsearch.hosts: [ 'http://elasticsearch:9200' ]
xpack.fleet.packages: