diff options
author | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-23 15:02:59 +0100 |
---|---|---|
committer | Edyta Krukowska <edyta.krukowska@nokia.com> | 2021-02-24 11:40:48 +0100 |
commit | 9c719934d618b5c989522d701f653aa31a85325c (patch) | |
tree | b947db409d79613d9426bbe5ffe5bfafaaf1c725 /dpo/data-formats | |
parent | 4c67640edccbbd1820fb658370cad0f666a0e210 (diff) |
Use updated CommonEventSchema in VES Collector1.8.0
Issue-ID: DCAEGEN2-2477
Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com>
Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484
Diffstat (limited to 'dpo/data-formats')
-rw-r--r-- | dpo/data-formats/ConsulConfig.json | 2 | ||||
-rw-r--r-- | dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json | 14 |
2 files changed, 15 insertions, 1 deletions
diff --git a/dpo/data-formats/ConsulConfig.json b/dpo/data-formats/ConsulConfig.json index 168eda06..8d726ad4 100644 --- a/dpo/data-formats/ConsulConfig.json +++ b/dpo/data-formats/ConsulConfig.json @@ -4,7 +4,7 @@ "collector.schema.checkflag": "1", "collector.dmaap.streamid": "fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration|3GPP-FaultSupervision=ves-3gpp-fault-supervision|3GPP-Heartbeat=ves-3gpp-heartbeat|3GPP-Provisioning=ves-3gpp-provisioning|3GPP-PerformanceAssurance=ves-3gpp-performance-assurance", "collector.service.port": "8080", - "collector.schema.file": "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2_ONAP.json\"}", + "collector.schema.file": "{\"v1\":\"./etc/CommonEventFormat_27.2.json\",\"v2\":\"./etc/CommonEventFormat_27.2.json\",\"v3\":\"./etc/CommonEventFormat_27.2.json\",\"v4\":\"./etc/CommonEventFormat_27.2.json\",\"v5\":\"./etc/CommonEventFormat_28.4.1.json\",\"v7\":\"./etc/CommonEventFormat_30.2.1_ONAP.json\"}", "collector.keystore.passwordfile": "/opt/app/VESCollector/etc/passwordfile", "streams_publishes": { "ves-measurement": { diff --git a/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json b/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json new file mode 100644 index 00000000..19d9a356 --- /dev/null +++ b/dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json @@ -0,0 +1,14 @@ +{ + "self": { + "name": "VES_specification", + "version": "7.30.2.1", + "description": "VES spec for v7.2" + }, + "dataformatversion": "1.0.0", + "reference": { + "name": "Common Event Format", + "format": "JSON", + "version": "30.2.1", + "url" : "https://git.onap.org/dcaegen2/collectors/ves/tree/etc/CommonEventFormat_30.2.1_ONAP.json" + } +} |