You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/15 00:17:32 UTC

[GitHub] aaronucsd commented on a change in pull request #3636: [TE] frontend - aaronucsd/Basic yaml editor with alert and subscripti…

aaronucsd commented on a change in pull request #3636: [TE] frontend - aaronucsd/Basic yaml editor with alert and subscripti…
URL: https://github.com/apache/incubator-pinot/pull/3636#discussion_r247719542
 
 

 ##########
 File path: thirdeye/thirdeye-frontend/app/utils/constants.js
 ##########
 @@ -139,3 +139,24 @@ rules:
 
 `;
 };
+
+export const yamlAlertSettings = `subscriptionGroupName: test_subscription_group
+cron: "0 0/5 * 1/1 * ? *"
+application: "parity-check"
+active: true
+
+detectionConfigIds:
+ - 5773069
+
+fromAddress: thirdeye-dev@linkedin.com
+recipients:
+ to:
+  - "akrai@linkedin.com"
+ cc:
+  - "thirdeye-dev@linkedin.com"
 
 Review comment:
   Yep. Agreed. TOo much work to make it api driven for something so simple as a default. I can make it generic.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pinot.apache.org
For additional commands, e-mail: dev-help@pinot.apache.org