-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
Integration:systemSystemSystemTeam:Elastic-Agent-Data-PlaneAgent Data Plane team [elastic/elastic-agent-data-plane]Agent Data Plane team [elastic/elastic-agent-data-plane]bugSomething isn't working, use only for issuesSomething isn't working, use only for issuesv8.4.0
Description
I believe there is an issue with the agent handlebars template for the process.env.whitelist
field, there isn't a key before printing the items:
integrations/packages/system/data_stream/process/agent/stream/stream.yml.hbs
Lines 7 to 12 in aed6e1c
process.include_cpu_ticks: {{process.include_cpu_ticks}} | |
{{#if process.env.whitelist}} | |
{{#each process.env.whitelist}} | |
- {{this}} | |
{{/each}} | |
{{/if}} |
This is causing the agent yaml that Fleet generates to be malformed:
Metadata
Metadata
Assignees
Labels
Integration:systemSystemSystemTeam:Elastic-Agent-Data-PlaneAgent Data Plane team [elastic/elastic-agent-data-plane]Agent Data Plane team [elastic/elastic-agent-data-plane]bugSomething isn't working, use only for issuesSomething isn't working, use only for issuesv8.4.0