From 6e63f2688ef741930943e46dd967b5b8f6513df2 Mon Sep 17 00:00:00 2001 From: Vijay Date: Fri, 15 Sep 2017 19:46:07 +0000 Subject: vescollector standalone docker support Issue-Id:DCAEGEN2-82 Change-Id: Id309d0af08c8beb9c18dce08dc51344e60f494a4 Signed-off-by: Vijay --- etc/DmaapConfig.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'etc/DmaapConfig.json') diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 701bf583..69680fd3 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -7,8 +7,16 @@ "class": "HpCambriaOutputStream", "stripHpId": "true", "type": "out", - "cambria.hosts": "zldciad3vicoll00.dcae.simpledemo.openecomp.org" - } + "cambria.hosts": "onap.dmaap.org" + }, + { + "name": "sec_fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + } ] } -- cgit 1.2.3-korg