diff options
author | Vijay <vv770d@att.com> | 2017-09-15 19:46:07 +0000 |
---|---|---|
committer | Vijay <vv770d@att.com> | 2017-09-15 20:03:07 +0000 |
commit | 6e63f2688ef741930943e46dd967b5b8f6513df2 (patch) | |
tree | 09bbb7ae98bb1ae7e3ca701f30b7676e2dc40af4 /etc/DmaapConfig.json | |
parent | 81a9459485c857a9d8dac3162cb043f1946d96d4 (diff) |
vescollector standalone docker support
Issue-Id:DCAEGEN2-82
Change-Id: Id309d0af08c8beb9c18dce08dc51344e60f494a4
Signed-off-by: Vijay <vv770d@att.com>
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 12 |
1 files changed, 10 insertions, 2 deletions
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" + } ] } |