Skip to content

Commit

Permalink
serverless.oblt.yml: don't install apm integration (elastic#175853)
Browse files Browse the repository at this point in the history
## Summary

We will depend on the apm-data Elasticsearch plugin for setting up index
templates and ingest pipelines. We have been testing this in serverless
dev and QA with config overrides -- this is just final step to roll it
out to all environments.

See elastic/apm-server#11529
  • Loading branch information
axw authored and WafaaNasr committed Feb 5, 2024
1 parent 6afef7e commit 68fad2c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/serverless.oblt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,8 @@ xpack.fleet.internal.registry.excludePackages: [
'profiler_agent',
]

## Required for force installation of APM Package
## Required for force installation of integration packages
xpack.fleet.packages:
- name: apm
version: latest
# fleet_server package installed to publish agent metrics
- name: fleet_server
version: latest
Expand Down

0 comments on commit 68fad2c

Please sign in to comment.