diff options
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r-- | etc/DmaapConfig.json | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 69680fd3..8586a9bd 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,5 +1,4 @@ { - "channels": [ { "name": "sec_measurement", @@ -9,14 +8,13 @@ "type": "out", "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" - } - + { + "name": "sec_fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + } ] } |