Reformat all json files
[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 }