From 60367be29283c81f5b977e71c9d06e34f565f840 Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Thu, 22 Mar 2018 15:49:33 +0100 Subject: add other domain default config for supporting prh Change-Id: I795a19d36e9426da904b891d0ff4188ede04dabf Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-409 --- etc/DmaapConfig.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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" + } ] } -- cgit 1.2.3-korg