mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
serverless.oblt.yml: don't install apm integration (#175853)
## 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 https://github.com/elastic/apm-server/issues/11529
This commit is contained in:
parent
0ac38ec851
commit
bbbc61ac68
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue