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. }; /**