From f2e33d7ca96415bc7719d3d6f6c6286dad79b4ab Mon Sep 17 00:00:00 2001 From: Srikanth Chekuri Date: Thu, 24 Oct 2024 07:38:31 +0530 Subject: [PATCH] chore: enable anomaly detection for ee/paid plan (#6243) --- ee/query-service/model/plans.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/query-service/model/plans.go b/ee/query-service/model/plans.go index e7f02b805e..5b695143b7 100644 --- a/ee/query-service/model/plans.go +++ b/ee/query-service/model/plans.go @@ -373,7 +373,7 @@ var EnterprisePlan = basemodel.FeatureSet{ }, basemodel.Feature{ Name: basemodel.AnomalyDetection, - Active: false, + Active: true, Usage: 0, UsageLimit: -1, Route: "",