Standalone TCA with EELF Logger
[dcaegen2/analytics/tca-gen2.git] / dcae-analytics / dcae-analytics-test / src / main / resources / data / json / config / tca_app_config.json
1 {
2   "application.name": "dcae-analytics",
3   "application.description": "DCAE Analytics Threshold Crossing Alert Application",
4   "application.tca_policy": "{}",
5   "application.tca_batch_size": 10000,
6   "streams_subscribes.tca_handle_in.consumer_group": "cg1",
7   "streams_subscribes.tca_handle_in.consumer_ids[0]": "c0",
8   "streams_subscribes.tca_handle_in.consumer_ids[1]": "c1",
9   "streams_subscribes.tca_handle_in.message_limit": 50000,
10   "streams_subscribes.tca_handle_in.timeout": -1,
11   "streams_subscribes.tca_handle_in.polling.fixed_rate": 0,
12   "streams_subscribes.tca_handle_in.polling.auto_adjusting.min": 30000,
13   "streams_subscribes.tca_handle_in.polling.auto_adjusting.step_up": 20000,
14   "streams_subscribes.tca_handle_in.polling.auto_adjusting.max": 60000,
15   "streams_subscribes.tca_handle_in.polling.auto_adjusting.step_down": 40000,
16   "service_calls": {
17     "aai_broker_handle": [
18       "135.205.226.128:32768"
19     ]
20   },
21   "streams_publishes": {
22     "tca_handle_out": {
23       "type": "message_router",
24       "aaf_username": "USER",
25       "aaf_password": "PASSWORD",
26       "dmaap_info": {
27         "client_role": "publisher",
28         "client_id": "tca-pub-0",
29         "location": "ecomp",
30         "topic_url": "http://localhost:8080/events/PubTopic"
31       }
32     }
33   },
34   "streams_subscribes": {
35     "tca_handle_in": {
36       "type": "message_router",
37       "aaf_username": "USER",
38       "aaf_password": "PASSWORD",
39       "dmaap_info": {
40         "client_role": "subscriber",
41         "client_id": "tca-sub-0",
42         "location": "ecomp",
43         "topic_url": "http://localhost:8080/events/SubTopic"
44       }
45     }
46   },
47   "spring": {
48     "main": {
49       "banner-mode": "off"
50     },
51     "data": {
52       "mongodb": {
53         "uri": "mongodb://localhost:27017/analytics-tca"
54       }
55     }
56   }
57 }