diff options
author | Vijay VK <vv770d@att.com> | 2018-03-22 15:49:33 +0100 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2018-03-22 10:56:50 -0400 |
commit | 60367be29283c81f5b977e71c9d06e34f565f840 (patch) | |
tree | ad11f620e3633d71ecc18066eac646ac36de699e /etc | |
parent | f924e7600ba8b9741611ac784ff0586875691912 (diff) |
add other domain default config for supporting prh
Change-Id: I795a19d36e9426da904b891d0ff4188ede04dabf
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-409
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"
+ }
]
}
|