summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay VK <vv770d@att.com>2018-03-22 15:49:33 +0100
committerVENKATESH KUMAR <vv770d@att.com>2018-03-22 10:56:50 -0400
commit60367be29283c81f5b977e71c9d06e34f565f840 (patch)
treead11f620e3633d71ecc18066eac646ac36de699e
parentf924e7600ba8b9741611ac784ff0586875691912 (diff)
add other domain default config for supporting prh
Change-Id: I795a19d36e9426da904b891d0ff4188ede04dabf Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-409
-rw-r--r--etc/DmaapConfig.json10
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"
+ }
]
}