Skip to content

Commit

Permalink
Make risk sengine FF default true
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhristinin committed Oct 2, 2023
1 parent 7a113e2 commit cf02c47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ export const allowedExperimentalValues = Object.freeze({
/**
* Enable risk engine client and initialisation of datastream, component templates and mappings
*/
riskScoringPersistence: false,
riskScoringPersistence: true,

/**
* Enables experimental Entity Analytics HTTP endpoints
*/
riskScoringRoutesEnabled: false,
riskScoringRoutesEnabled: true,
/*
*
* Enables Discover embedded within timeline
Expand Down

0 comments on commit cf02c47

Please sign in to comment.