summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2017-10-06 21:14:47 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-06 21:14:47 +0000
commit9ad7f145793616896a628309755fbd68438216ce (patch)
treea55b1529a1caaffcfe14ff4e9d48b99acb7969b5
parentde53901eb8599679d96933abdbdb5f3d05b44112 (diff)
parentec6a42524c56dcd22136b777005667ebec758e8b (diff)
Merge "Prettifying DMaaP config JSON file"
-rw-r--r--etc/DmaapConfig.json18
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"
+ }
]
}