Prettifying DMaaP config JSON file 73/17473/1
authorKonstantinos Kanonakis <konstantinos.kanonakis@huawei.com>
Fri, 6 Oct 2017 15:17:14 +0000 (10:17 -0500)
committerKonstantinos Kanonakis <konstantinos.kanonakis@huawei.com>
Fri, 6 Oct 2017 15:17:50 +0000 (10:17 -0500)
Issue-Id: DCAEGEN2-129
Change-Id: I29d2d6b33bb09a1159cb00a8005f5f2982a167da
Signed-off-by: Konstantinos Kanonakis <konstantinos.kanonakis@huawei.com>
etc/DmaapConfig.json

index 69680fd..8586a9b 100644 (file)
@@ -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"
+               }
        ]
 }