Skip to content

Commit

Permalink
[Security Solution] Enable Detections Coverage Overview dashboard by …
Browse files Browse the repository at this point in the history
…default (#164343)

**Epic:** elastic/security-team#2905
(internal)

## Summary

Enables the Detections Coverage Overview dashboard feature flag by
default. We're aiming to release this feature in 8.10.

Before the last BC, we will:

- remove the flag if we're confident that we should release the feature
in 8.10
- otherwise, revert the flag back to `false` by default
  • Loading branch information
banderror authored Aug 21, 2023
1 parent fcf838e commit 43135b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ export const allowedExperimentalValues = Object.freeze({
/**
* Enables Protections/Detections Coverage Overview page (Epic link https://github.com/elastic/security-team/issues/2905)
*
* This flag aims to facilitate the development process as the feature may not make it to 8.9 release.
* This flag aims to facilitate the development process as the feature may not make it to 8.10 release.
*
* The flag doesn't have to be documented and has to be removed after the feature is ready to release.
*/
detectionsCoverageOverview: false,
detectionsCoverageOverview: true,

/**
* Enable risk engine client and initialisation of datastream, component templates and mappings
Expand Down

0 comments on commit 43135b6

Please sign in to comment.