[DCAEGEN2] Release dcaegen2-collectors-ves container
[dcaegen2/collectors/ves.git] / etc / DmaapConfig.json
1 {
2   "channels": [
3     {
4       "name": "ves-measurement",
5       "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT",
6       "class": "HpCambriaOutputStream",
7       "stripHpId": "true",
8       "type": "out",
9       "cambria.hosts": "onap-dmaap"
10     },
11     {
12       "name": "ves-fault",
13       "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT",
14       "class": "HpCambriaOutputStream",
15       "stripHpId": "true",
16       "type": "out",
17       "cambria.hosts": "onap-dmaap"
18     },
19     {
20       "name": "ves-heartbeat",
21       "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT",
22       "class": "HpCambriaOutputStream",
23       "stripHpId": "true",
24       "type": "out",
25       "cambria.hosts": "onap-dmaap"
26     },
27     {
28       "name": "ves-other",
29       "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT",
30       "class": "HpCambriaOutputStream",
31       "stripHpId": "true",
32       "type": "out",
33       "cambria.hosts": "onap-dmaap"
34     },
35     {
36       "name": "ves-notification",
37       "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT",
38       "class": "HpCambriaOutputStream",
39       "stripHpId": "true",
40       "type": "out",
41       "cambria.hosts": "onap-dmaap"
42     },
43     {
44       "name": "ves-pnfRegistration",
45       "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT",
46       "class": "HpCambriaOutputStream",
47       "stripHpId": "true",
48       "type": "out",
49       "cambria.hosts": "onap-dmaap"
50     },
51     {
52       "name": "ves-3gpp-fault-supervision",
53       "cambria.topic": "unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT",
54       "class": "HpCambriaOutputStream",
55       "stripHpId": "true",
56       "type": "out",
57       "cambria.hosts": "onap-dmaap"
58     },
59     {
60       "name": "ves-3gpp-provisioning",
61       "cambria.topic": "unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT",
62       "class": "HpCambriaOutputStream",
63       "stripHpId": "true",
64       "type": "out",
65       "cambria.hosts": "onap-dmaap"
66     },
67     {
68       "name": "ves-3gpp-heartbeat",
69       "cambria.topic": "unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT",
70       "class": "HpCambriaOutputStream",
71       "stripHpId": "true",
72       "type": "out",
73       "cambria.hosts": "onap-dmaap"
74     },
75     {
76       "name": "ves-3gpp-performance-assurance",
77       "cambria.topic": "unauthenticated.unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT",
78       "class": "HpCambriaOutputStream",
79       "stripHpId": "true",
80       "type": "out",
81       "cambria.hosts": "onap-dmaap"
82     }
83   ]
84 }