[8.10] [Security Solution] Enable Detections Coverage Overview dashboard by default (#164343) (#164370)

# Backport

This will backport the following commits from `main` to `8.10`:
- [[Security Solution] Enable Detections Coverage Overview dashboard by
default (#164343)](https://github.com/elastic/kibana/pull/164343)

<!--- Backport version: 8.9.7 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Georgii
Gorbachev","email":"georgii.gorbachev@elastic.co"},"sourceCommit":{"committedDate":"2023-08-21T20:25:55Z","message":"[Security
Solution] Enable Detections Coverage Overview dashboard by default
(#164343)\n\n**Epic:**
https://github.com/elastic/security-team/issues/2905\r\n(internal)\r\n\r\n##
Summary\r\n\r\nEnables the Detections Coverage Overview dashboard
feature flag by\r\ndefault. We're aiming to release this feature in
8.10.\r\n\r\nBefore the last BC, we will:\r\n\r\n- remove the flag if
we're confident that we should release the feature\r\nin 8.10\r\n-
otherwise, revert the flag back to `false` by
default","sha":"43135b6a5dd88f297ec721dc2b9504a16be839e9","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Detections
and Resp","Team: SecuritySolution","Feature:Rule
Management","Team:Detection Rule
Management","v8.10.0","v8.11.0"],"number":164343,"url":"https://github.com/elastic/kibana/pull/164343","mergeCommit":{"message":"[Security
Solution] Enable Detections Coverage Overview dashboard by default
(#164343)\n\n**Epic:**
https://github.com/elastic/security-team/issues/2905\r\n(internal)\r\n\r\n##
Summary\r\n\r\nEnables the Detections Coverage Overview dashboard
feature flag by\r\ndefault. We're aiming to release this feature in
8.10.\r\n\r\nBefore the last BC, we will:\r\n\r\n- remove the flag if
we're confident that we should release the feature\r\nin 8.10\r\n-
otherwise, revert the flag back to `false` by
default","sha":"43135b6a5dd88f297ec721dc2b9504a16be839e9"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164343","number":164343,"mergeCommit":{"message":"[Security
Solution] Enable Detections Coverage Overview dashboard by default
(#164343)\n\n**Epic:**
https://github.com/elastic/security-team/issues/2905\r\n(internal)\r\n\r\n##
Summary\r\n\r\nEnables the Detections Coverage Overview dashboard
feature flag by\r\ndefault. We're aiming to release this feature in
8.10.\r\n\r\nBefore the last BC, we will:\r\n\r\n- remove the flag if
we're confident that we should release the feature\r\nin 8.10\r\n-
otherwise, revert the flag back to `false` by
default","sha":"43135b6a5dd88f297ec721dc2b9504a16be839e9"}}]}]
BACKPORT-->

Co-authored-by: Georgii Gorbachev <georgii.gorbachev@elastic.co>
This commit is contained in:
Kibana Machine 2023-08-21 16:33:03 -04:00 committed by GitHub
parent 385759e803
commit 723cdf73c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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