mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution] Enable Detections Coverage Overview dashboard by default (#164343)
**Epic:** https://github.com/elastic/security-team/issues/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
This commit is contained in:
parent
fcf838e1f3
commit
43135b6a5d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue