Skip to content

Commit f1fc3dc

Browse files
abhishekbhatia1710wildemat
authored andcommitted
[Security Solution][Entity Analytics][Threat Hunting]: Add entity threat hunting feature flag (elastic#241918)
## Summary - add experimental feature flag for entity threat hunting experience - default the new flag to disabled until rollout planning ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [ ] 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) - [ ] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels.
1 parent faa061c commit f1fc3dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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)