Skip to content

Commit a0fcfa8

Browse files
authored
Remove xpack.fleet.agents.elasticsearch.hosts config entry from kibana.yml (#1473)
1 parent 4aa4b74 commit a0fcfa8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/stack/_static/kibana.yml.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ xpack.fleet.agents.elasticsearch.host: "https://elasticsearch:9200"
2020
elasticsearch.serviceAccountToken: "AAEAAWVsYXN0aWMva2liYW5hL2VsYXN0aWMtcGFja2FnZS1raWJhbmEtdG9rZW46b2x4b051SWNRa0tYMHdXazdLWmFBdw"
2121

2222
monitoring.ui.container.elasticsearch.enabled: true
23+
{{ end }}
2324

25+
{{ if and (not (semverLessThan $version "8.0.0")) (semverLessThan $version "8.11.0-SNAPSHOT") }}
2426
xpack.fleet.agents.elasticsearch.hosts: ["https://elasticsearch:9200"]
2527
{{ end }}
2628

0 commit comments

Comments
 (0)