summaryrefslogtreecommitdiffstats
path: root/etc/DmaapConfig.json
blob: e7f30f4fa4a1e22265a194641af0fd573fa066c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
	"channels": [
		{
			"name": "ves_measurement",
			"cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT",
			"class": "HpCambriaOutputStream",
			"stripHpId": "true",
			"type": "out",
			"cambria.hosts": "onap-dmaap"
		},
		{
			"name": "ves_fault",
			"cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT",
			"class": "HpCambriaOutputStream",
			"stripHpId": "true",
			"type": "out",
			"cambria.hosts": "onap-dmaap"
		},
		{
			"name": "ves_heartbeat",
			"cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT",
			"class": "HpCambriaOutputStream",
			"stripHpId": "true",
			"type": "out",
			"cambria.hosts": "onap-dmaap"
		},
		{
			"name": "ves_other",
			"cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT",
			"class": "HpCambriaOutputStream",
			"stripHpId": "true",
			"type": "out",
			"cambria.hosts": "onap-dmaap"
		}		
	]
}