summaryrefslogtreecommitdiffstats
path: root/tca-cdap-container/tca_app_config.json
blob: a7b7640233c6e03ed325e8dca11133724b798977 (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.3.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
  }
}