From bc3cd95b178d440f3fbabc0d4edc1af4b3da947b Mon Sep 17 00:00:00 2001 From: igoristic Date: Wed, 10 Mar 2021 10:15:47 -0500 Subject: [PATCH] Changed the flag (#94167) --- x-pack/plugins/monitoring/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/monitoring/common/constants.ts b/x-pack/plugins/monitoring/common/constants.ts index 92ea704ebfa930..106bc807ff996a 100644 --- a/x-pack/plugins/monitoring/common/constants.ts +++ b/x-pack/plugins/monitoring/common/constants.ts @@ -583,7 +583,7 @@ export const ALERT_ACTION_TYPE_LOG = '.server-log'; /** * To enable modifing of alerts in under actions */ -export const ALERT_REQUIRES_APP_CONTEXT = false; +export const ALERT_REQUIRES_APP_CONTEXT = true; export const ALERT_EMAIL_SERVICES = ['gmail', 'hotmail', 'icloud', 'outlook365', 'ses', 'yahoo'];