diff --git a/x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts b/x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts index f72f8a4ed87e5..ccba170b5fed9 100644 --- a/x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts +++ b/x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts @@ -201,7 +201,7 @@ export async function validateProfilingInApmPackagePolicy({ }, }; } catch (e) { - // In case apm server is not available ignore the error and return as profiling is not enabled on apm + // In case apm integration is not available ignore the error and return as profiling is not enabled on the integration return { policies: { apm: { profilingEnabled: false } }, };