Skip to content

Commit ced1510

Browse files
Security Solution: Add entity threat hunting feature flag
1 parent 94c7b57 commit ced1510

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ export const allowedExperimentalValues = Object.freeze({
7676
*/
7777
entityDetailsHighlightsEnabled: false,
7878

79+
/**
80+
* Enables the experimental Threat Hunting home experience.
81+
*/
82+
entityThreatHuntingEnabled: false,
83+
7984
/**
8085
* disables ES|QL rules
8186
*/

0 commit comments

Comments
 (0)