Skip to content

Commit 9d1c775

Browse files
[Security Solution] add feature flag to hide all the attacks/alerts alignment work (elastic#238539)
## Summary We're about to start working on the attacks and alerts alignment effort (see [this Epic ticket](elastic#232341)). All this work will not be release until late in the `9.3` release cycle. This PR adds a feature flag so we can safely work without deploying any changes. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. elastic#232574
1 parent bec8756 commit 9d1c775

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

x-pack/solutions/security/plugins/security_solution/common/experimental_features.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ export const allowedExperimentalValues = Object.freeze({
294294
* Release: 9.2.0
295295
*/
296296
microsoftDefenderEndpointCancelEnabled: true,
297+
/**
298+
* Protects all the work related to the attacks and alert alignment effort
299+
*/
300+
attacksAlertAlignment: false,
297301
});
298302

299303
type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;

0 commit comments

Comments
 (0)