From 9c719934d618b5c989522d701f653aa31a85325c Mon Sep 17 00:00:00 2001 From: Edyta Krukowska Date: Tue, 23 Feb 2021 15:02:59 +0100 Subject: Use updated CommonEventSchema in VES Collector Issue-ID: DCAEGEN2-2477 Signed-off-by: Edyta Krukowska Change-Id: I8c5fbbd17ebb3a5e1b96b5ac4f4ab3632fd2c484 --- dpo/data-formats/ConsulConfig.json | 2 +- dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 dpo/data-formats/VES-7.30.2.1_ONAP-dataformat.json (limited to 'dpo/data-formats') 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" + } +} -- cgit 1.2.3-korg