We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a2103 commit 6a56dd3Copy full SHA for 6a56dd3
1 file changed
internal/profile/_static/kibana_config_8x.yml
@@ -9,7 +9,7 @@ monitoring.ui.container.elasticsearch.enabled: true
9
10
xpack.fleet.registryUrl: "http://package-registry:8080"
11
xpack.fleet.agents.enabled: true
12
-xpack.fleet.agents.elasticsearch.hosts: "http://elasticsearch:9200"
+xpack.fleet.agents.elasticsearch.hosts: ["http://elasticsearch:9200"]
13
xpack.fleet.agents.fleet_server.hosts: ["http://fleet-server:8220"]
14
15
xpack.encryptedSavedObjects.encryptionKey: "12345678901234567890123456789012"
0 commit comments