blob: 24234dc1f0210ce762e1a1421f80c27ca75b7d67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"artifact": {
"name": "dcae-analytics-cdap-tca",
"scope": "user",
"version": "2.2.1"
},
"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
}
}
|