diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-07-08 23:17:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-08 23:17:02 +0000 |
commit | 043c0b81696fdd8c5d08f9a63b5d10455011f5ab (patch) | |
tree | 5210ed9623a1b479e4631afe6d697df2ea2ebbd0 /etc/collector.properties | |
parent | 34a204f287a0095c31ede1771d794b95e81666c0 (diff) | |
parent | a58f199454d965305e68c8f7e2d41bf469ec9fc8 (diff) |
Merge "Update VES Collector schema and properties"
Diffstat (limited to 'etc/collector.properties')
-rwxr-xr-x | etc/collector.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/collector.properties b/etc/collector.properties index 1f86678f..3684f5e0 100755 --- a/etc/collector.properties +++ b/etc/collector.properties @@ -48,10 +48,10 @@ 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.1.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.2_ONAP.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
+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|stndDefined=ves-other
collector.dmaapfile=./etc/DmaapConfig.json
## Event transformation Flag - when set expects configurable transformation
|