fix(ext/fleet): wrong server hostname in Kibana config (#772)
This commit is contained in:
parent
58613c2dcb
commit
1aff32b438
|
@ -15,7 +15,7 @@ elasticsearch.password: ${KIBANA_SYSTEM_PASSWORD}
|
||||||
## Fleet
|
## Fleet
|
||||||
## https://www.elastic.co/guide/en/kibana/current/fleet-settings-kb.html
|
## 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.agents.elasticsearch.hosts: [ 'http://elasticsearch:9200' ]
|
||||||
|
|
||||||
xpack.fleet.packages:
|
xpack.fleet.packages:
|
||||||
|
|
Loading…
Reference in New Issue