diff options
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 88 |
1 files changed, 52 insertions, 36 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index e7f30f4f..29b2e020 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,36 +1,52 @@ -{
- "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"
- }
- ]
-}
+{ + "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" + }, + { + "name": "ves-notification", + "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-pnfRegistration", + "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + } + ] +}
\ No newline at end of file |