From dedf78c4d2e58df5b41d1d37896b24702b13e3d3 Mon Sep 17 00:00:00 2001 From: Georgii Gorbachev Date: Wed, 21 Feb 2024 18:21:02 +0100 Subject: [PATCH] Enabled per field diffs feature --- .../plugins/security_solution/common/experimental_features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/common/experimental_features.ts b/x-pack/plugins/security_solution/common/experimental_features.ts index b98e5f3161034..5a05295e5ca48 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -209,7 +209,7 @@ export const allowedExperimentalValues = Object.freeze({ * Owners: https://github.com/orgs/elastic/teams/security-detection-rule-management * Added: on Feb 12, 2023 in https://github.com/elastic/kibana/pull/174564 */ - perFieldPrebuiltRulesDiffingEnabled: false, + perFieldPrebuiltRulesDiffingEnabled: true, }); type ExperimentalConfigKeys = Array;