Skip to content

Commit

Permalink
Adjust version for enabling apm in fleet server
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano committed Dec 16, 2024
1 parent 59ab2de commit b070405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/stack/_static/kibana.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,18 @@ xpack.fleet.agentPolicies:
package:
name: fleet_server
{{ if eq $apm_enabled "true" }}
{{ if not (semverLessThan $version "8.5.0") }}
inputs:
- type: fleet-server
vars:
- name: custom
value: |
{{ if not (semverLessThan $version "8.8.0") }}
server:
{{ end }}
instrumentation:
enabled: true
hosts: ["http://fleet-server:8200"]
environment: "dev"
{{ end }}
- name: apm-1
package:
name: apm
Expand Down

0 comments on commit b070405

Please sign in to comment.