From ec6a42524c56dcd22136b777005667ebec758e8b Mon Sep 17 00:00:00 2001 From: Konstantinos Kanonakis Date: Fri, 6 Oct 2017 10:17:14 -0500 Subject: Prettifying DMaaP config JSON file Issue-Id: DCAEGEN2-129 Change-Id: I29d2d6b33bb09a1159cb00a8005f5f2982a167da Signed-off-by: Konstantinos Kanonakis --- etc/DmaapConfig.json | 18 ++++++++---------- 1 file 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" + } ] } -- cgit 1.2.3-korg