Skip to content

Commit

Permalink
[Security Solution] Fix prebuiltRulesCustomizationEnabled feature f…
Browse files Browse the repository at this point in the history
…lag (#186964)

**Resolves: #180130
**Follow-up to:** #186823

## Summary

- Adds more information to the feature flag's JSDoc comment according to
the template we use for feature flags.
- Changes the ticket's link to a public one.
  • Loading branch information
banderror authored Jun 26, 2024
1 parent 805c770 commit 34f76ad
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions x-pack/plugins/security_solution/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,17 @@ export const allowedExperimentalValues = Object.freeze({
*/
perFieldPrebuiltRulesDiffingEnabled: true,

/**
* Enables an ability to customize Elastic prebuilt rules.
*
* Ticket: https://github.com/elastic/kibana/issues/174168
* Owners: https://github.com/orgs/elastic/teams/security-detection-rule-management
* Added: on Jun 24, 2024 in https://github.com/elastic/kibana/pull/186823
* Turned: TBD
* Expires: TBD
*/
prebuiltRulesCustomizationEnabled: false,

/**
* Makes Elastic Defend integration's Malware On-Write Scan option available to edit.
*/
Expand Down Expand Up @@ -267,14 +278,6 @@ export const allowedExperimentalValues = Object.freeze({
* Adds a new option to filter descendants of a process for Management / Event Filters
*/
filterProcessDescendantsForEventFiltersEnabled: false,

/**
* Enables an ability to customize Elastic prebuilt rules.
*
* Ticket: https://github.com/elastic/security-team/issues/1974
* Owners: https://github.com/orgs/elastic/teams/security-detection-rule-management
*/
prebuiltRulesCustomizationEnabled: false,
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit 34f76ad

Please sign in to comment.