From 2ff7b2c1e35ef531e5dc40c1a205828ca08b7b37 Mon Sep 17 00:00:00 2001 From: Andrew Wilkins Date: Tue, 30 Jan 2024 17:23:57 +0800 Subject: [PATCH] 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 --- config/serverless.oblt.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/serverless.oblt.yml b/config/serverless.oblt.yml index d956cae5ba94652..5bee773fce8cc14 100644 --- a/config/serverless.oblt.yml +++ b/config/serverless.oblt.yml @@ -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