Skip to content

Commit

Permalink
Enabled per field diffs feature
Browse files Browse the repository at this point in the history
  • Loading branch information
banderror committed Feb 23, 2024
1 parent c2b3173 commit dedf78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit dedf78c

Please sign in to comment.