Skip to content

Commit 6a56dd3

Browse files
author
mtojek
committed
Fix: xpack.fleet.agents.elasticsearch.hosts is array
1 parent 16a2103 commit 6a56dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/profile/_static/kibana_config_8x.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ monitoring.ui.container.elasticsearch.enabled: true
99

1010
xpack.fleet.registryUrl: "http://package-registry:8080"
1111
xpack.fleet.agents.enabled: true
12-
xpack.fleet.agents.elasticsearch.hosts: "http://elasticsearch:9200"
12+
xpack.fleet.agents.elasticsearch.hosts: ["http://elasticsearch:9200"]
1313
xpack.fleet.agents.fleet_server.hosts: ["http://fleet-server:8220"]
1414

1515
xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012"

0 commit comments

Comments
 (0)