diff options
author | Konstantinos Kanonakis <konstantinos.kanonakis@huawei.com> | 2017-10-06 10:17:14 -0500 |
---|---|---|
committer | Konstantinos Kanonakis <konstantinos.kanonakis@huawei.com> | 2017-10-06 10:17:50 -0500 |
commit | ec6a42524c56dcd22136b777005667ebec758e8b (patch) | |
tree | 08770eab40d0f73ffb2cce040b9388264fc159b9 /etc/DmaapConfig.json | |
parent | dd02b0266eb444f3839b7f1fca8cd5722db98ff7 (diff) |
Prettifying DMaaP config JSON file
Issue-Id: DCAEGEN2-129
Change-Id: I29d2d6b33bb09a1159cb00a8005f5f2982a167da
Signed-off-by: Konstantinos Kanonakis <konstantinos.kanonakis@huawei.com>
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" + } ] } |