diff options
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json new file mode 100644 index 00000000..701bf583 --- /dev/null +++ b/etc/DmaapConfig.json @@ -0,0 +1,14 @@ +{ + + "channels": [ + { + "name": "sec_measurement", + "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "zldciad3vicoll00.dcae.simpledemo.openecomp.org" + } + + ] +} |