From 9a8a499b911d2ce1e534db231d521f30b948235c Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Sat, 22 Feb 2020 01:20:24 +0000 Subject: ves7.1.1 updates Change-Id: I5d6f58111a0fd1b7ebd20b4a279f3701d36e4223 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-2048 Signed-off-by: Vijay Venkatesh Kumar --- etc/collector.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/collector.properties') diff --git a/etc/collector.properties b/etc/collector.properties index 7fe35ffe..1f86678f 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -48,7 +48,7 @@ collector.truststore.passwordfile=etc/trustpasswordfile ## default no validation checkflag (-1) ## If enabled (1) - schemafile location must be specified collector.schema.checkflag=1 -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.0.1.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.1.1.json\"} ## List all streamid per domain to be supported. The streamid should match to channel name on dmaapfile 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 @@ -60,4 +60,4 @@ collector.dmaapfile=./etc/DmaapConfig.json event.transform.flag=1 # Describes at what frequency (measured in minutes) should application try to fetch config from CBS -collector.dynamic.config.update.frequency=5 \ No newline at end of file +collector.dynamic.config.update.frequency=5 -- cgit 1.2.3-korg