From 106127db2d9e4be5762f00449c5d56557982f016 Mon Sep 17 00:00:00 2001 From: MichelLosier Date: Fri, 8 May 2026 10:28:27 -0700 Subject: [PATCH] Add enableIntegrationConditions experimental features flag --- .../plugins/shared/fleet/common/experimental_features.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/platform/plugins/shared/fleet/common/experimental_features.ts b/x-pack/platform/plugins/shared/fleet/common/experimental_features.ts index 7152d15a8daca..cc8a3f9263805 100644 --- a/x-pack/platform/plugins/shared/fleet/common/experimental_features.ts +++ b/x-pack/platform/plugins/shared/fleet/common/experimental_features.ts @@ -33,6 +33,7 @@ const _allowedExperimentalValues = { enableOTelVerifier: true, // When enabled, OTel-based cloud connector permission verification is active. enableResolveDependencies: true, // When enabled, the resolve dependencies step will be available during package installation. enableOtelUI: false, // When enabled, OTel-specific UI elements (e.g. Collector Config tab) will be shown. + enableIntegrationConditions: false, // When enabled, package policies accept user-defined `condition` (EQL) fields. }; /**