mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Enable the feature flag for JSON diffing in prebuilt rules (#173368)
**Ticket:** https://github.com/elastic/kibana/issues/169160
## Summary
Sets the `jsonPrebuiltRulesDiffingEnabled` to `true` to enable the new
"Updates" tab in prebuilt rules flyout.
### IMPORTANT: Merge only once acceptance and exploratory testing are
passed!
<img width="1178" alt="Schermafbeelding 2023-12-13 om 17 37 07"
src="9e07e069
-595f-49a6-98c2-d2ed4aa3f977">
Co-authored-by: Georgii Gorbachev <georgii.gorbachev@elastic.co>
This commit is contained in:
parent
e51a3f9efc
commit
d7b99a5877
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue