We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa4b74 commit a0fcfa8Copy full SHA for a0fcfa8
internal/stack/_static/kibana.yml.tmpl
@@ -20,7 +20,9 @@ xpack.fleet.agents.elasticsearch.host: "https://elasticsearch:9200"
20
elasticsearch.serviceAccountToken: "AAEAAWVsYXN0aWMva2liYW5hL2VsYXN0aWMtcGFja2FnZS1raWJhbmEtdG9rZW46b2x4b051SWNRa0tYMHdXazdLWmFBdw"
21
22
monitoring.ui.container.elasticsearch.enabled: true
23
+{{ end }}
24
25
+{{ if and (not (semverLessThan $version "8.0.0")) (semverLessThan $version "8.11.0-SNAPSHOT") }}
26
xpack.fleet.agents.elasticsearch.hosts: ["https://elasticsearch:9200"]
27
{{ end }}
28
0 commit comments