From: Vijay VK Date: Thu, 22 Mar 2018 14:49:33 +0000 (+0100) Subject: add other domain default config for supporting prh X-Git-Tag: v1.2.0~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F37799%2F1;p=dcaegen2%2Fcollectors%2Fves.git add other domain default config for supporting prh Change-Id: I795a19d36e9426da904b891d0ff4188ede04dabf Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-409 --- 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" + } ] }