[INT] Pull mariadb from onap nexus
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / prh_configs / dcae-ves-collector-config.json
1 {
2   "collector.dynamic.config.update.frequency": "5",
3   "event.transform.flag": "0",
4   "collector.schema.checkflag": "1",
5   "collector.dmaap.streamid": "fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration",
6   "collector.service.port": "8080",
7   "collector.schema.file": "{ \"v1\":\"./etc/CommonEventFormat_27.2.json\", \"v2\":\"./etc/CommonEventFormat_27.2.json\", \"v3\":\"./etc/CommonEventFormat_27.2.json\", \"v4\":\"./etc/CommonEventFormat_27.2.json\", \"v5\":\"./etc/CommonEventFormat_28.4.1.json\", \"v7\":\"./etc/CommonEventFormat_30.0.1.json\" }",
8   "collector.keystore.passwordfile": "/opt/app/VESCollector/etc/passwordfile",
9   "collector.inputQueue.maxPending": "8096",
10   "streams_publishes": {
11     "ves-measurement": {
12       "type": "message_router",
13       "dmaap_info": {
14         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.VES_MEASUREMENT_OUTPUT/"
15       }
16     },
17     "ves-fault": {
18       "type": "message_router",
19       "dmaap_info": {
20         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.SEC_FAULT_OUTPUT/"
21       }
22     },
23     "ves-pnfRegistration": {
24       "type": "message_router",
25       "dmaap_info": {
26         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.VES_PNFREG_OUTPUT/"
27       }
28     },
29     "ves-other": {
30       "type": "message_router",
31       "dmaap_info": {
32         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.SEC_OTHER_OUTPUT/"
33       }
34     },
35     "ves-heartbeat": {
36       "type": "message_router",
37       "dmaap_info": {
38         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/"
39       }
40     },
41     "ves-notification": {
42       "type": "message_router",
43       "dmaap_info": {
44         "topic_url": "http://dmaap-mr:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/"
45       }
46     }
47   },
48   "collector.service.secure.port": "8443",
49   "header.authflag": "0",
50   "collector.keystore.file.location": "/opt/app/VESCollector/etc/keystore",
51   "collector.keystore.alias": "dynamically generated",
52   "services_calls": [],
53   "header.authlist": "sample1,c2FtcGxlMQ=="
54 }