diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/DmaapConfig.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 529f314a..e7f30f4f 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -23,6 +23,14 @@ "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"
+ }
]
}
|