Skip to content

Commit

Permalink
[8.12] [Security Solution] Enable the feature flag for JSON diffing i…
Browse files Browse the repository at this point in the history
…n prebuilt rules (#173368) (#173822)

# Backport

This will backport the following commits from `main` to `8.12`:
- [[Security Solution] Enable the feature flag for JSON diffing in
prebuilt rules (#173368)](#173368)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Nikita
Indik","email":"[email protected]"},"sourceCommit":{"committedDate":"2023-12-21T11:39:16Z","message":"[Security
Solution] Enable the feature flag for JSON diffing in prebuilt rules
(#173368)\n\n**Ticket:**
https://github.com/elastic/kibana/issues/169160\r\n\r\n##
Summary\r\n\r\nSets the `jsonPrebuiltRulesDiffingEnabled` to `true` to
enable the new\r\n\"Updates\" tab in prebuilt rules flyout.\r\n\r\n###
IMPORTANT: Merge only once acceptance and exploratory testing
are\r\npassed!\r\n\r\n<img width=\"1178\" alt=\"Scherm­afbeelding
2023-12-13 om 17 37
07\"\r\nsrc=\"https://github.com/elastic/kibana/assets/15949146/9e07e069-595f-49a6-98c2-d2ed4aa3f977\">\r\n\r\nCo-authored-by:
Georgii Gorbachev
<[email protected]>","sha":"d7b99a587799e34c9534e4ba793aad65b4f78d55","branchLabelMapping":{"^v8.13.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections
and Resp","Team: SecuritySolution","Team:Detection Rule
Management","Feature:Prebuilt Detection
Rules","v8.12.0","v8.13.0"],"number":173368,"url":"https://github.com/elastic/kibana/pull/173368","mergeCommit":{"message":"[Security
Solution] Enable the feature flag for JSON diffing in prebuilt rules
(#173368)\n\n**Ticket:**
https://github.com/elastic/kibana/issues/169160\r\n\r\n##
Summary\r\n\r\nSets the `jsonPrebuiltRulesDiffingEnabled` to `true` to
enable the new\r\n\"Updates\" tab in prebuilt rules flyout.\r\n\r\n###
IMPORTANT: Merge only once acceptance and exploratory testing
are\r\npassed!\r\n\r\n<img width=\"1178\" alt=\"Scherm­afbeelding
2023-12-13 om 17 37
07\"\r\nsrc=\"https://github.com/elastic/kibana/assets/15949146/9e07e069-595f-49a6-98c2-d2ed4aa3f977\">\r\n\r\nCo-authored-by:
Georgii Gorbachev
<[email protected]>","sha":"d7b99a587799e34c9534e4ba793aad65b4f78d55"}},"sourceBranch":"main","suggestedTargetBranches":["8.12"],"targetPullRequestStates":[{"branch":"8.12","label":"v8.12.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.13.0","labelRegex":"^v8.13.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/173368","number":173368,"mergeCommit":{"message":"[Security
Solution] Enable the feature flag for JSON diffing in prebuilt rules
(#173368)\n\n**Ticket:**
https://github.com/elastic/kibana/issues/169160\r\n\r\n##
Summary\r\n\r\nSets the `jsonPrebuiltRulesDiffingEnabled` to `true` to
enable the new\r\n\"Updates\" tab in prebuilt rules flyout.\r\n\r\n###
IMPORTANT: Merge only once acceptance and exploratory testing
are\r\npassed!\r\n\r\n<img width=\"1178\" alt=\"Scherm­afbeelding
2023-12-13 om 17 37
07\"\r\nsrc=\"https://github.com/elastic/kibana/assets/15949146/9e07e069-595f-49a6-98c2-d2ed4aa3f977\">\r\n\r\nCo-authored-by:
Georgii Gorbachev
<[email protected]>","sha":"d7b99a587799e34c9534e4ba793aad65b4f78d55"}}]}]
BACKPORT-->

Co-authored-by: Nikita Indik <[email protected]>
  • Loading branch information
kibanamachine and nikitaindik authored Dec 21, 2023
1 parent a254e16 commit a78512f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const allowedExperimentalValues = Object.freeze({
* This tab shows the JSON diff between the installed prebuilt rule
* version and the latest available version.
*/
jsonPrebuiltRulesDiffingEnabled: false,
jsonPrebuiltRulesDiffingEnabled: true,
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit a78512f

Please sign in to comment.