summaryrefslogtreecommitdiffstats
path: root/tca-cdap-container/tca_app_config.json
diff options
context:
space:
mode:
Diffstat (limited to 'tca-cdap-container/tca_app_config.json')
-rw-r--r--tca-cdap-container/tca_app_config.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tca-cdap-container/tca_app_config.json b/tca-cdap-container/tca_app_config.json
new file mode 100644
index 0000000..b3a66cc
--- /dev/null
+++ b/tca-cdap-container/tca_app_config.json
@@ -0,0 +1,19 @@
+{
+ "artifact": {
+ "name": "dcae-analytics-cdap-tca",
+ "scope": "user",
+ "version": "2.2.0"
+ },
+ "config": {
+ "appDescription": "DCAE Analytics Threshold Crossing Alert Application",
+ "appName": "dcae-tca",
+ "tcaAlertsAbatementTableName": "TCAAlertsAbatementTable",
+ "tcaAlertsAbatementTableTTLSeconds": 1728000,
+ "tcaSubscriberOutputStreamName": "TCASubscriberOutputStream",
+ "tcaVESAlertsTableName": "TCAVESAlertsTable",
+ "tcaVESAlertsTableTTLSeconds": 1728000,
+ "tcaVESMessageStatusTableName": "TCAVESMessageStatusTable",
+ "tcaVESMessageStatusTableTTLSeconds": 86400,
+ "thresholdCalculatorFlowletInstances": 2
+ }
+}